a9a82ea1a7
We also at this point switch from using `Vec<Variable>` to `BTreeSet<Variable>`. This allows us to guarantee no duplicates later; we'll reject duplicates at parse time. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
This sub-crate implements the core types used by the query parser, translator, and executor — variables, find specifications, etc.
The edn
sub-crate implements some even lower-level types, such as Keyword
.