Crate sugars_collections

Crate sugars_collections 

Source
Expand description

Collection utilities and data structures

Re-exports§

pub use byte_size::ByteSize;
pub use byte_size::ByteSizeExt;
pub use one_or_many::OneOrMany;
pub use zero_one_or_many::ZeroOneOrMany;

Modules§

array_tuple_ext
Extension traits for array tuple syntax support Extension traits for array tuple syntax support with hashbrown
byte_size
Byte size utilities for semantic sizing
one_or_many
A non-empty collection guaranteed to hold at least one value.
zero_one_or_many
A collection that can hold zero, one, or many values, optimized for minimal allocations.