Skip to main content

Crate oh_my_todo

Crate oh_my_todo 

Source
Expand description

Application and library surface for oh-my-todo.

The published crate provides the shared application core used by the todo binary, including storage, domain modeling, CLI parsing, and Ratatui TUI modules.

Re-exports§

pub use application::bootstrap::AppContext;
pub use application::bootstrap::BootstrapOptions;
pub use application::bootstrap::bootstrap;

Modules§

application
cli
domain
storage
tui