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.
# Cargo.toml
[dependencies]
lasso = "0.7.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new Rodeo, interns a string, and resolves it back.
No known issues recorded.
No dependency data recorded yet.