Docs.rs
config-0.14.1
config 0.14.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
matthiasbeyer
filipegoncalves
mehcode
epage
github:rust-cli:maintainers
Dependencies
async-trait ^0.1
normal
optional
convert_case ^0.6
normal
optional
indexmap ^2.2
normal
optional
json5 ^0.4
normal
optional
nom ^7
normal
pathdiff ^0.2
normal
ron ^0.8
normal
optional
rust-ini ^0.20
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
toml ^0.8
normal
optional
yaml-rust2 ^0.8
normal
optional
chrono ^0.4
dev
float-cmp ^0.9
dev
futures ^0.3
dev
glob ^0.3
dev
log ^0.4
dev
notify ^6.0
dev
reqwest ^0.11
dev
serde_derive ^1.0
dev
temp-env ^0.3
dev
tokio ^1
dev
warp ^0.3
dev
Versions
94.12%
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
config
0.14.1
Map
Aliased type
In crate config
config
Type Alias
Map
Copy item path
source
pub type Map<K, V> =
IndexMap
<K, V>;
Aliased Type
ยง
struct Map<K, V> {
/* private fields */
}