1 2 3 4 5 6 7 8 9 10 11
#![doc = include_str!("../README.md")] // Library root: re-exports for integration tests and external access. pub mod app; pub mod clipboard; pub mod data; pub mod event; pub mod keymap; pub mod sheet; pub mod theme; pub mod types; pub mod ui;