Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
goingson
main
tag: launch-2026-06-01
tag: v0.5.0
Files
Commits
Issues
goingson
/
crates
/
core
/
src
/
import
/
mod.rs
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