summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/src/file_abstraction/mod.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-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-15Move to simpler implementation of StoreidMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-10-30libimagstore: Move from error-chain to failureMatthias Beyer
2018-09-27Optimize the Store::entries() interfaceMatthias Beyer
2018-05-01Rewrite Store::entries()Matthias Beyer
2018-04-25Derive Default for InMemoryFileAbstraction, remove constructorMatthias Beyer
2018-04-24Remove "stdio" file abstraction from store implementationMatthias Beyer
2018-03-10This fixes the file parsing (again)Matthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-03-02Add testcase for reading multiple linesMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2017-12-25Update version strings in testsMatthias Beyer
2017-10-13Fix Store::entries() to not yield directoriesMatthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-17Add file abstraction function to check whether path existsMatthias Beyer
2017-09-06Rewrite Store::entries() implementationMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer