feat: Introduce the Schema

This commit is contained in:
Clément Renault
2018-11-21 13:56:14 +01:00
parent 7c1a17520d
commit 8df068af3c
9 changed files with 85 additions and 571 deletions

View File

@ -1,6 +1,7 @@
#![feature(range_contains)]
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate serde_derive;
pub mod index;
pub mod blob;