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.