breadpad/breadpad-shared/src/lib.rs
Breadway 347508828f Prepare repo for GitHub publication
- Add MIT LICENSE file
- Expand .gitignore with standard Rust/Linux entries
- Remove dangling symlinks (breadmancli, breadpadcli) and dev scratchpad (svgs.txt) from git tracking
- Replace unsafe unwrap() calls with expect() in breadman CLI (guarded by prior filter)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-06 12:25:40 +08:00

10 lines
160 B
Rust

pub mod ai;
pub mod calendar;
pub mod classifier;
pub mod config;
pub mod parser;
pub mod scheduler;
pub mod store;
pub mod theme;
pub mod types;
pub mod util;