Docs.rs
scored_set-0.1.3
scored_set 0.1.3
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
thestephenromano
Dependencies
Versions
90.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scored_
set
0.1.3
All Items
Crate Items
Structs
Crate
scored_set
Copy item path
Source
Structs
ยง
Scored
Sorted
Set
A thread-safe, scored, and sorted set of items. The set uses a BTreeMap to store items with their associated scores. Items with the same score are stored in a vector.