tui_breath 0.2.1

Terminal breathing guide built with Rust + Ratatui. Smooth eased animations, 4-7-8 / box / diaphragmatic patterns, JSON session tracking.
1
2
3
4
pub mod schema;
pub mod store;

pub use store::Store;