Docs.rs
immutable-map-0.1.2
immutable-map 0.1.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kimhyunkang
Dependencies
quickcheck ^0.4
dev
rand ^0.3
dev
Versions
79.31%
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
immutable_
map
0.1.2
Module map
Module Items
Structs
Type Aliases
In crate immutable_
map
immutable_map
Module
map
Copy item path
Source
Expand description
An immutable map based on binary search tree
Structs
§
TreeMap
An immutable key-value map based on weight-balanced binary tree. See https://yoichihirai.com/bst.pdf for the balancing algorithm.
Type Aliases
§
Tree
MapIter
Tree
MapKeys
Tree
MapRange
Tree
MapRev
Iter
Tree
MapValues