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
9
10
11
12
13
14
15
16
17
pub mod bvint;
pub mod bvobj;
pub mod bvobject;
pub mod bvstr;
pub mod bvstring;
pub mod bvtuple;
pub mod byteslice;
pub mod bytevec;

pub use bvint::BvInt;
pub use bvobj::BvObj;
pub use bvobject::BvObject;
pub use bvstr::BvStr;
pub use bvstring::BvString;
pub use bvtuple::BvTuple;
pub use byteslice::ByteSlice;
pub use bytevec::ByteVec;