rustling-ontology
rustling-ontology copied to clipboard
Question regarding moment module
I'm new to rust, please forgive me if I'm wrong :-).
I got a question regarding the moment module, in lib.rs why ONLY re-export these 3 structs of chrono crate pub use chrono::{Weekday, Local, TimeZone}; ?
Perhaps, we may also need Utc to be able used with Moment, e.g. Moment(Utc::now()) ?