# Rust Marpa Crate
[](https://travis-ci.org/Pursuit92/marpa)
[](./LICENSE)
[](https://crates.io/crates/marpa)
This crate contains safe bindings for the marpa parsing engine.
Currently, they're a very thin layer over the C library and are in need of a
frontend to generate a parser from an grammar.
The documentation can be found [here](https://pursuit92.github.io/marpa).