devela

Module data

Source
Expand description

Data handling and manipulation.
data::{collections, hash, iter, serde}

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


Modules§

  • Data collections.
  • dstunsafe_layout
    ⚠️ Dynamically-sized types stored without need of heap allocation.
  • Generic hashing support.
  • Composable external iteration.
  • Data serialization and deserialization.

Macros§

  • bitfield_bit··
    Creates a custom bit field struct.
  • A macro for constructing a unique sequential identifier generator.

Structs§

Enums§

Traits§

  • Provides bitwise operations on T.