Candifloss 5572bbb2bf Init crate
- Initial commit
- Initialize crate
2025-11-04 06:54:54 +05:30

6 lines
73 B
Rust

pub mod entry;
pub mod autotype;
pub mod history;
pub use entry::Entry;