Docs.rs
handlebox-0.3.0
handlebox 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jasongrlicky
Dependencies
Versions
22.22%
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
handlebox
0.3.0
All Items
Crate Items
Structs
Type Aliases
Crate
handlebox
Copy item path
Source
Structs
§
Handle
Box
A map-like collection that reuses unused keys. Hard-coded to use
u32
keys right now. Exposes the internal
map
field if you need to access it directly.
Type Aliases
§
Handle
The keys used in a
HandleBox
. A typedef for
u32
.