Crate enum_vec[][src]

A vector which efficiently stores enum variants.

Re-exports

pub use enum_like::*;
pub use vec_u32::EnumVec;

Modules

vec_u8

Alternative implementation of EnumVec with Vec<u8> storage.

vec_u16

Alternative implementation of EnumVec with Vec<u16> storage.

vec_u32

Default EnumVec with Vec<u32> storage.

vec_u64

Alternative implementation of EnumVec with Vec<u64> storage.

vec_u128

Alternative implementation of EnumVec with Vec<u128> storage.

Macros

enum_vec