string-interner 0.3.0

A string interning data structure that was designed for minimal memory-overhead and fast access to the underlying interned string contents.
docs.rs failed to build string-interner-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: string-interner-0.15.0

Build Status Coverage Status MIT licensed

String-Interner

A string interning data structure that was designed for minimal memory-overhead and fast access to the underlying interned string contents.

It uses a similar API as the string interner of the Rust compiler.

Take a look into the documentation to get to know how to use it!

Link to crates.io.

Warning: This library uses the nightly feature conservative_impl_trait as of Rust stable-1.14