Docs.rs
usize-set-0.10.3
usize-set 0.10.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cwgoes
github:anoma:heliax
Dependencies
borsh ^1.2.0
normal
optional
serde ^1
normal
optional
criterion ^0.4
dev
serde_json ^1.0.127
dev
Versions
100%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate usize_set
usize_
set
0.10.3
All Items
Crate Items
Modules
Traits
Crate
usize_
set
Copy item path
Source
Expand description
Set data structures optimized to store
usize
values.
Modules
§
btree
Index set backed by a
BTreeMap
.
vec
Index set backed by a
Vec
.
Traits
§
Index
Set
Public interface of any index set implementation.