lasso 0.5.1

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

ahasher

  • ahash

no-std

  • ahasher

multi-threaded

  • dashmap

ahash

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

dashmap

    This feature flag does not enable additional features.

abomonation

    This feature flag does not enable additional features.

deepsize

    This feature flag does not enable additional features.

inline-more

    This feature flag does not enable additional features.