Docs.rs
ord-collections-0.1.3
ord-collections 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
fightling
Dependencies
thiserror ^1.0
normal
optional
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
ord_
collections
0.1.3
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
ord_collections
Copy item path
Source
Expand description
This module contains the ordered map and ordered vector data structures.
Structs
§
Indexed
Indexed element fo use in
OrdMap
.
OrdMap
Map like container where can be iterated in order.
OrdVec
Vec of items sorted by key.
Enums
§
Error
Error within module
super
Type Aliases
§
Result
Result within module
super