summaryrefslogtreecommitdiffstats
path: root/store/src/macros.rs
AgeCommit message (Expand)Author
2020-10-23store: Migrate to std::futuresIgor Matuszewski
2020-03-09Switch from failure to anyhow.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2018-02-23store: Do not display backend errors in debug builds.Justus Winter
2018-02-22store: Deduplicate and move code.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-18store: Use time::Timespec and fix stats.Justus Winter
2018-01-18store,tool: Improve logging framework.Justus Winter
2018-01-17store: Periodically update keys from the network.Justus Winter
2018-01-11store: Improve comments.Justus Winter
2018-01-08store: New store module.Justus Winter