dejadb-core 1.0.0

Core .mg format, canonical serialization, content addressing, and grain types for DejaDB.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod deserialize;
pub mod field_map;
pub mod header;
pub mod tool_schema;
pub mod serialize;

pub use deserialize::*;
pub use field_map::*;
pub use header::*;
pub use serialize::*;