Cirru Parser in Rust

Usages

Found on crate.

bash cargo install cirru_parser

```rs use cirru_parser::{parse};

parse("defn f (x)\n x"); ```

License

MIT