Docs.rs
stry-common-0.1.3
stry-common 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Txuritan
Dependencies
arrayvec ^0.5
normal
async-trait ^0.1
normal
optional
chrono ^0.4
normal
clap ^2.33
normal
optional
either ^1.6
normal
percent-encoding ^2.1
normal
rand ^0.8
normal
optional
ron ^0.6
normal
optional
serde ^1.0
normal
Versions
49.54%
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
Module vec_map
stry_
common
0.1.3
Module vec_map
Module Items
Macros
Structs
Enums
Traits
In stry_
common::
utils
stry_common
::
utils
Module
vec_map
Copy item path
Source
Expand description
A
Vec
backed map implementation.
Macros
§
vecmap
Create a
VecMap
from a list of key-value pairs.
Structs
§
Drain
Into
Iter
Iter
IterMut
Keys
Occupied
Entry
Vacant
Entry
Values
Values
Mut
VecMap
A
Vec
backed map implementation.
Enums
§
Entry
Traits
§
VecMap
Ext
Extension trait that contains functions that allow for chaining of
VecMap
functions.