Crate lmfu

source ·
Expand description

Low Memory Footprint Utilities

Re-exports

Modules

  • A HashMap which doesn’t store the keys, only their hashes.
  • Compact & garbage-collected JSON Storage, with (de)serialization

Macros

  • Creates a ThinVec containing the arguments.

Structs

  • From the awesome arcstr crate: A better atomically-reference counted string type.
  • From the awesome arrayvec crate: A vector with a fixed capacity.
  • A HashMap which doesn’t store the keys, only their hashes.
  • From the awesome litemap crate: A simple “flat” map based on a sorted vector
  • From the awesome thin-vec crate: See the crate’s top level documentation for a description of this type.

Type Aliases