sector 0.1.21

A stateful vector implementation that provides different memory management behaviors through Rust traits and state machines.
Documentation
1
2
//TODO: Impl this for all states. Or make a macro to do this?
pub trait DefaultIter {} // If the state implements this the default iter behaviour gets applied