brk_vecs 0.0.85

A KISS index/value store
Documentation
1
2
3
pub trait CheckedSub<Rhs = Self>: Sized {
    fn checked_sub(self, rhs: Rhs) -> Option<Self>;
}