pointer-value-pair 0.1.0

A pair of a pointer and a small integer packed into a pointer-sized object
Documentation
1
2
3
4
5
6
7

mod pair;
mod cow;

pub use pair::PointerValuePair;
pub use cow::Cow;