Matthias Beyer
23f4d7948f
Before the iterator did also yield storeids for directories, which was a bug. This change introduces a new if_file() function in the store-internal backend, which is needed to check whether a path actually points to a File, be it inmemory or on the real filesystem. That's because tests might fail if they check via PathBuf::is_file() as in tests, the entries only exist inmemory. |
||
---|---|---|
.. | ||
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