Crate nloq

Source
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