Found on crate.
Rust Docs.
cargo install cirru_parser
use cirru_parser::{parse}; parse("defn f (x)\n x");
MIT