task storge implementation based on kv / LMDB

This commit is contained in:
Dustin J. Mitchell 2020-01-05 18:28:43 -05:00
parent afd11d08a7
commit 2f973d3e62
10 changed files with 884 additions and 210 deletions

View file

@ -1,5 +1,6 @@
// TODO: remove this eventually when there's an API
#![allow(dead_code)]
#![allow(unused_variables)]
#[macro_use]
extern crate failure;