Docs.rs
merge-hashmap-0.1.2
merge-hashmap 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
gabrielhamel
Dependencies
merge_derive-hashmap ^0.1.1
normal
optional
num-traits ^0.2.12
normal
optional
envy ^0.4
dev
serde ^1.0
dev
structopt ^0.3
dev
toml ^0.5
dev
trybuild ^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
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
merge_
hashmap
0.1.2
Module bool
Module Items
Functions
In crate merge_
hashmap
merge_hashmap
Module
bool
Copy item path
Source
Expand description
Merge strategies for boolean types.
Functions
ยง
overwrite_
false
Overwrite left with right if the value of left is false.
overwrite_
true
Overwrite left with right if the value of left is true.