lasso 0.7.2

A multithreaded and single threaded string interner that allows strings to be cached with a minimal memory footprint, associating them with a unique key that can be used to retrieve them at any time.
Documentation

lasso

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

serialize

  • serde
  • hashbrown/serde

serde

  • dep:serde

deepsize

  • dep:deepsize

ahasher

  • ahash

dashmap

  • dep:dashmap

abomonation

  • dep:abomonation

multi-threaded

  • dashmap

ahash

  • dep:ahash

no-std

  • ahasher

inline-more

    This feature flag does not enable additional features.