Skip to main content

Crate task_manager_command_line

Crate task_manager_command_line 

Source
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.