summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/src/storeid.rs
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[No-auto] lib/core/store: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer
2019-02-20Add debug outputMatthias Beyer
2019-02-15Remove irrelevant testsMatthias Beyer
2019-02-15Adapt to new libimagstore::iter::Entries APIMatthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-15Delete unused codeMatthias Beyer
2019-02-15Move to simpler implementation of StoreidMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-26Simplify Display impl for StoreidMatthias Beyer
2018-11-26Reimplement StoreId::to_str() without erroringMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-10-30libimagstore: Move from error-chain to failureMatthias Beyer
2018-10-24Hotfix: Ignore code snippet hereMatthias Beyer
2018-10-13Add StoreId::local_display_string() functionMatthias Beyer
2018-09-27Add StoreIdIterator::with_store()Matthias Beyer
2018-06-23Remove unnecessary callMatthias Beyer
2018-06-23Add documentation to StoreId typeMatthias Beyer
2018-05-01Rewrite StoreIdIterator extensionsMatthias Beyer
2018-05-01Rewrite Store::entries()Matthias Beyer
2018-04-25Use ok_or_else() instead of ok_or()Matthias Beyer
2018-04-25Be less verbose when constructing an objectMatthias Beyer
2018-04-14Add logging in storeMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-01Merge pull request #1227 from matthiasbeyer/libimagentryutil/filtered-iteratorsMatthias Beyer
2018-02-01Make StoreId::is_in_collection() generic over AsRef<str>Matthias Beyer
2018-02-01Add StoreIdIteratorWithStore::without_store()Matthias Beyer
2018-02-01Add API in StoreIdIteratorWithStore to get acting iteratorsMatthias Beyer
2018-02-01Provide StoreId Iterator which has a ref to the StoreMatthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-09-10Add param to StoreIdHasNoBaseErrorMatthias Beyer
2017-09-10Add param to StoreIdLocalPartAbsoluteErrorMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagstore: rewrite error handling codeMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer