run/
lib.rs

1pub mod app;
2pub mod cli;
3pub mod detect;
4pub mod engine;
5pub mod highlight;
6pub mod language;
7pub mod repl;
8pub mod version;