Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> Result<Statement, QueryError>
Expand description

The real implementation behind lib.rs’s public parse (Phase 3 cutover, mars-cuk/mars-nog) – the pest-based parser.rs/cypher.pest this replaced are gone (see grammar/README.md).