native_db-32bit 0.5.4

Drop-in embedded database
Documentation
1
2
3
4
5
6
7
8
9
mod drain;
mod get;
mod len;
mod scan;

pub use drain::*;
pub use get::*;
pub use len::*;
pub use scan::*;