pageman 0.1.0

Disk-based page manager/store
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod binable;
mod page;
mod store;
mod utils;

pub use binable::Binable;
pub use page::{Page, Pid};
pub use store::Store;
pub use utils::{ArrVec, Length};

pub use generic_array::typenum;