Expand description
A simple command-line task manager application.
This library provides the core logic and data structures for managing tasks, including adding, listing, completing, and removing tasks, with data persistence to a TOML file.
Re-exports§
pub use app::*;
Modules§
- app
- The core application logic and modules for the task manager.