Docs.rs
indexmap-nostd-0.4.0
indexmap-nostd 0.4.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Robbepop
Dependencies
serde ^1.0
normal
optional
serde_derive ^1.0
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
indexmap_
nostd
0.4.0
Module set
Module Items
Structs
In crate indexmap_
nostd
indexmap_nostd
Module
set
Copy item path
Source
Expand description
An ordered set based on a B-Tree that keeps insertion order of elements.
Structs
ยง
Index
Set
A b-tree set where the iteration order of the values is independent of the ordering of the values.
Into
Iter
An owning iterator over the items of a
IndexSet
.
Iter
An iterator over the items of a
IndexSet
.