Docs.rs
sparse_set_container-1.1.1
sparse_set_container 1.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
gameraccoon
Dependencies
bencher ^0.1.5
dev
Versions
94.44%
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
sparse_
set_
container
1.1.1
All Items
Crate Items
Structs
Crate
sparse_set_container
Copy item path
Source
Structs
ยง
Sparse
Key
A key that can be used to access elements in a SparseSet, the key is unique for each element, and it is only valid for the SparseSet it was created in.
Sparse
Set
A container based on Sparse Set, that stores a set of items and provides a way to efficiently access them by a generated key.