Cirru Parser in Rust
Usages
bash cargo install cirru-parser
```rs use cirru_parser::{parse};
parse("defn f (x)\n x"); ```
License
MIT