9740cafdbd
This was done using the following shell script: ``` find . -type f -not -path "*target*" \ '(' -name '*.rs' -o -name '*.md' -o -name '*.toml' ')' -print0 | \ xargs -0 sed -i '' -E 's/[[:space:]]*$//' ``` Which is admittedly imperfect, but manages to hit everything that was a problem in this repo. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
This sub-crate implements the SQLite database layer: installing, managing, and migrating forward the SQL schema underlying the datom store.