pub fn parse(input: &str) -> Result<Statement, QueryError>Expand description
The real implementation behind lib.rs’s public parse – the
pest-based parser.rs/cypher.pest this replaced are gone (see
grammar/README.md).
pub fn parse(input: &str) -> Result<Statement, QueryError>The real implementation behind lib.rs’s public parse – the
pest-based parser.rs/cypher.pest this replaced are gone (see
grammar/README.md).