Module data

Source
Expand description

Data handling and manipulation.
data::{codec, error, iter, key, list, table, uid, xipher}

Extends: std::{array, collections, hash, iter, vec}


Modules§

codec
Abstractions for encoding and decoding data.
codec::{hash}

dstunsafe_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§

DataCollection
📦 An abstract collection data type.

Type Aliases§

NoData
Represents the absence of some data.