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