cljrs 0.1.248

clojurust CLI — run, repl, compile, and eval
Documentation
1
2
3
4
5
6
//! The `cljrs` binary. Everything it does lives in the library beside it, so
//! the CLI's integration tests can reach the same code.

fn main() -> miette::Result<()> {
    cljrs::cli::main()
}