Skip to main content

max / goingson

207 B · 9 lines History Blame Raw
1 //! Import data types.
2 //!
3 //! Typed structures produced when parsing an import file (CSV/TSV) into
4 //! tasks, projects, or events, plus the result of executing an import.
5
6 pub mod types;
7
8 pub use types::*;
9