enum-ptr 0.2.0

Ergonomic tagged pointer
Documentation
1
2
3
4
5
6
7
mod get;
mod shift;
mod unit;

pub use get::*;
pub use shift::*;
pub use unit::*;