Add "Client" concept and RocksDB

This commit is contained in:
Paul Hauner
2018-08-16 14:17:28 +10:00
parent 3372583c18
commit 9689142883
11 changed files with 180 additions and 91 deletions

View File

@@ -5,5 +5,6 @@ extern crate secp256k1;
#[macro_use]
extern crate slog;
pub mod message;
pub mod service;
pub mod state;