Skip to main content

fire_cli_rs/
lib.rs

1pub mod terminal;
2pub mod theme;
3pub mod simulation;
4pub mod renderer;
5pub mod input;
6pub mod help;
7
8pub const VERSION: &str = "0.1.3";
9pub const BUILD_DATE: &str = "2026-04-13";