Crates.io | open-cypher |
lib.rs | open-cypher |
version | 0.1.1 |
source | src |
created_at | 2022-07-23 01:45:49.993304 |
updated_at | 2022-07-23 03:59:04.591601 |
description | A rust library for parsing openCyper queries. |
homepage | https://github.com/a-poor/open-cypher |
repository | https://github.com/a-poor/open-cypher |
max_upload_size | |
id | 631233 |
size | 22,771 |
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).