lasso 0.7.0

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

deepsize

  • dep:deepsize

no-std

  • ahasher

abomonation

  • dep:abomonation

dashmap

  • dep:dashmap

ahash

  • dep:ahash

ahasher

  • ahash

multi-threaded

  • dashmap

serde

  • dep:serde

inline-more

    This feature flag does not enable additional features.