# Rust Marpa Crate [![Travis Build Status](https://travis-ci.org/jrobsonchase/marpa.svg?branch=master)](https://travis-ci.org/jrobsonchase/marpa) [![version](https://img.shields.io/crates/v/marpa.svg)](https://crates.io/crates/marpa/) [![documentation](https://docs.rs/marpa/badge.svg)](https://docs.rs/marpa/) [![license](https://img.shields.io/crates/l/marpa.svg)](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://docs.rs/marpa).