open-cypher 0.1.1

A rust library for parsing openCyper queries.
Documentation
1
2
3
4
5
6
7
# open-cypher

_created by Austin Poor_

Parse [openCypher](https://opencypher.org/) queries using Rust.

`open-cypher` uses the [pest](https://pest.rs/) library to parse cypher queries using the pestfile, `src/cypher.pest`, based on the openCypher EBNF file ([link](https://opencypher.org/resources/) or [file](assets/cypher.ebnf)).