open-cypher

Crates.ioopen-cypher
lib.rsopen-cypher
version0.1.1
sourcesrc
created_at2022-07-23 01:45:49.993304
updated_at2022-07-23 03:59:04.591601
descriptionA rust library for parsing openCyper queries.
homepagehttps://github.com/a-poor/open-cypher
repositoryhttps://github.com/a-poor/open-cypher
max_upload_size
id631233
size22,771
Austin Poor (a-poor)

documentation

https://docs.rs/open-cypher

README

open-cypher

created by Austin Poor

Parse openCypher queries using Rust.

open-cypher uses the pest library to parse cypher queries using the pestfile, src/cypher.pest, based on the openCypher EBNF file (link or file).

Commit count: 11

cargo fmt