Registry / utility / lasso
library0.7.3rscratesunverified

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"
INSTALL
IMPORT
SIG · LASSO
L
lasso
utilityrustv0.7.3
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.

Rodeo
use lasso::Rodeo;

Creates a new Rodeo, interns a string, and resolves it back.

use lasso::Rodeo; let mut rodeo = Rodeo::new(); let key = rodeo.get_or_intern("hello"); let resolved = rodeo.resolve(&key); println!("{}", resolved);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
lasso — cargo add lasso · libregistry