worktable 0.9.0-alpha9

WorkTable is in-memory storage
Documentation
1
2
3
pub trait TableRow<Pk> {
    fn get_primary_key(&self) -> Pk;
}