criew 0.0.3

Terminal-first Linux kernel patch mail workflow TUI
1
2
3
4
5
6
7
//! Domain models and static subscription data.
//!
//! The domain layer stays intentionally small: it defines CRIEW's core
//! concepts without coupling them to SQLite, IMAP, or ratatui details.

pub mod models;
pub mod subscriptions;