feat: Introduce the DocumentKey and DocumentKeyAttr structs

This commit is contained in:
Clément Renault
2018-12-03 14:39:56 +01:00
parent 700d625c93
commit 3d0b334942
5 changed files with 116 additions and 229 deletions

View File

@ -1,6 +1,3 @@
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate serde_derive;
pub mod automaton;
pub mod blob;
pub mod database;