tagged-pointer-as-enum 1.0.0

A set of structs, traits and macros to implement tagged pointers.
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
mod declare_tags;

#[macro_use]
mod auto_derive;

#[macro_use]
mod tagged_enum_macro;