Matthias Beyer
d87ea7b305
for safely creating a `String` object from `StoreId` which can be shown to the user. Mainly introduced because this is useful for error handling (when putting a `StoreId` into an error kind, the compiler complains that `StoreId` does not meet the required trait bounds. But `String` does and we do not process the ID any further anyways). Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
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