Docs.rs
tinymap-0.4.0
tinymap 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
robjtede
notgull
Dependencies
hashbrown ^0.13
normal
optional
tinyvec ^1.4
normal
Versions
96.3%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tinymap
0.4.0
All Items
Crate Items
Re-exports
Modules
Crate
tinymap
Copy item path
Source
Re-exports
§
pub use array_map::
ArrayMap
;
Modules
§
array_
map
A stack-based, fixed-size map that puts nodes on an array rather than the heap. See documentation of
ArrayMap
for more information.