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 | ||
tests | ||
Cargo.toml | ||
README.md |
See https://github.com/mozilla/mentat/wiki/Querying for a description of
what's going on in this crate, as well as query
and query-executor
.