Registry / utility / re-string-interner

re-string-interner

JSON →
library0.32.0rscratesunverified

Yet another string interning library for efficient string storage and comparison.

# Cargo.toml [dependencies] re_string_interner = "0.32.0"
INSTALL
IMPORT
SIG · RE-STRING-INTERNER
R
re-string-interner
utilityrustv0.32.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StringInterner
use re_string_interner::StringInterner;

Create an interner, intern a string, and resolve it back.

use re_string_interner::StringInterner; let mut interner = StringInterner::new(); let id = interner.get_or_intern("hello"); assert_eq!(interner.resolve(id), Some("hello"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
re-string-interner — cargo add re-string-interner · libregistry