icbiadb 0.3.7

I can't believe it's a database | Simple embedded 3-in-1 database
Documentation
1
2
3
4
5
6
7
8
//! A document database implementation
//!

pub mod parser;
pub mod types;

#[derive(Default)]
pub struct DocDb {}