Files
Cagire/src/views/mod.rs
Raphaël Forment 302f40c4ac
Some checks failed
Deploy Website / deploy (push) Failing after 4m49s
Feat: better UI in the main view
2026-02-21 16:21:29 +01:00

13 lines
242 B
Rust

pub mod dict_view;
pub mod engine_view;
pub mod help_view;
pub mod highlight;
pub mod keybindings;
pub mod main_view;
pub mod options_view;
pub mod patterns_view;
mod render;
pub mod title_view;
pub use render::{horizontal_padding, render};