1 2 3 4 5 6 7 8
mod animation; mod cli; mod docs; mod interactive; mod ui; pub use cli::run_cli; pub use interactive::run_interactive;