Expand description
Parses natural language to produce a Vec<Query>
. The main entrypoints are
from_slice
and from_str
Re-exports§
pub extern crate object_query;
Structs§
- Deserializer
- Deserializes a str into an iterator of query parts
Functions§
- from_
slice - parse an NLOQ query from a byte string slice
- from_
str - parse an NLOQ query from a string slice