aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/lib.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-09-06 00:26:02 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-09-06 00:26:02 +0200
commit8b9c8668e9a3aaa56a41be04859a05abb94db60c (patch)
tree6e1040187349f1debfe37314b1548cc47565a0ae /lockchain-core/src/lib.rs
parent3e37ff9be9060ed8f26d10eb95c4b70219e0b1e2 (diff)
Refactoring the vault trait to consume a generator struct
Diffstat (limited to 'lockchain-core/src/lib.rs')
-rw-r--r--lockchain-core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lockchain-core/src/lib.rs b/lockchain-core/src/lib.rs
index 2ec812e..9c9ba95 100644
--- a/lockchain-core/src/lib.rs
+++ b/lockchain-core/src/lib.rs
@@ -76,6 +76,8 @@ mod record;
pub mod traits;
pub mod users;
+mod initialise;
+
pub use self::crypto::PackedData;
pub use self::meta::{MetaDomain, VaultMetadata};
pub use self::record::{EncryptedBody, Header, Payload, Record};