Registry / utility / tinyset

tinyset

JSON →
library0.5.3rscratesunverified

Size-optimized sets for Rust.

# Cargo.toml [dependencies] tinyset = "0.5.3"
INSTALL
IMPORT
SIG · TINYSET
T
tinyset
utilityrustv0.5.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.

Set
✓ use tinyset::Set;

Creates a tinyset and inserts an element.

use tinyset::Set; fn main() { let mut set = Set::new(); set.insert(42); assert!(set.contains(&42)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
tinyset — cargo add tinyset · libregistry