sector 0.1.21

A stateful vector implementation that provides different memory management behaviors through Rust traits and state machines.
Documentation
1
2
3
4
5
/// **Trait `DefaultDrain`**
///
/// Represents a default mechanism for draining elements from a collection.
/// Implement this to get the default draining behaviour
pub trait DefaultDrain {}