Docs.rs
dream-ini-0.2.0
dream-ini 0.2.0
Docs.rs crate page
GPL-3.0-only
Links
crates.io
Source
Owners
magicaldave
Dependencies
clap ^4
normal
clap_complete ^4
normal
clap_mangen ^0.3
normal
eframe ^0.34
normal
optional
egui ^0.34
normal
optional
encoding_rs ^0.8
normal
image ^0.25
normal
optional
mlua ^0.11
normal
optional
openmw-config ^1.0.5
normal
criterion ^0.8
dev
gilrs ^0.11
normal
optional
libc ^0.2
normal
optional
windows ^0.62.2
normal
Versions
12.12%
of the crate is documented
Platform
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
Skip to main content
MultiMap
dream_
ini
0.2.0
Multi
Map
Aliased Type
In crate dream_
ini
dream_ini
Type Alias
Multi
Map
Copy item path
Source
pub type MultiMap =
BTreeMap
<
String
,
Vec
<
String
>>;
Aliased Type
ยง
pub struct MultiMap {
/* private fields */
}