refactor: replace chrono with time-rs

This commit is contained in:
ThetaDev 2022-10-18 22:53:09 +02:00
parent b5f6b7a174
commit 3c1cc92461
16 changed files with 195 additions and 112 deletions

View file

@ -1,7 +1,9 @@
mod date;
mod protobuf;
pub mod dictionary;
pub use date::{month_from_n, shift_months, shift_years};
pub use protobuf::ProtoBuilder;
use std::{