Matthias Beyer
8bbaeeef45
This patch fixes a problem where the Store::delete() function only checked the store-internal cache whether an entry exists, but not the Filesystem. After this patch is applied, the Store::delete() function also checks the filesystem whether the entry exists. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
libimagstore
The store is the heart of everything. Here lives the data, the complexity and the performance bottleneck.
The store offeres read/write access to all entries.
The store itself does not offer functionality, but has a commandline interface "imag-store" which can do basic things with the store.
Long-term TODO
- Merge with
libimagrt