Expand description
Modules§
- codec
- Abstractions for encoding and decoding data.
codec::{hash} - dst
unsafe_layout
⚠️
Dynamically-sized types stored without need of heap allocation.- error
- Data-related error types.
- iter
- Composable external iteration.
- key
- Implementations of key-based storage.
- list
- Implementations of sequential collections.
list::{array, queue, stack} - table
- Tabular and heterogeneous data processing.
- uid
- Abstractions for uniquely identifying data.
- xipher
- Cryptographic primitives for encryption, authentication, and hashing.
Structs§
- Sort
- 🌐
Provides sorting methods for arrays and slices of
T
, some of them const.
Traits§
- Data
Collection - 📦 An abstract collection data type.
Type Aliases§
- NoData
- Represents the absence of some data.