♻️ Major code restructuring
This commit is contained in:
parent
a96e203bb3
commit
fa66d628a0
221 changed files with 228 additions and 315 deletions
4
src/datetime.rs
Normal file
4
src/datetime.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
//! [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time handling
|
||||
//! ([chrono](https://docs.rs/chrono)).
|
||||
|
||||
pub use chrono::prelude::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue