grin/core
hashmap 43bd5a56ff Make imports in core crate more Rust 2018 idiomatic ()
We use crate renaming to remove grin prefix, as  result imports for util and keychain crates start with crate::
which looks like a part of the current crate. This PR fixes it.
Also some small improvements were made.
If this approach works I'll replicate it to other crates.
2019-11-14 10:27:30 -05:00
..
fuzz Verify headers and blocks only when needed () 2019-10-27 08:40:52 +01:00
src Make imports in core crate more Rust 2018 idiomatic () 2019-11-14 10:27:30 -05:00
tests Make imports in core crate more Rust 2018 idiomatic () 2019-11-14 10:27:30 -05:00
Cargo.toml Make imports in core crate more Rust 2018 idiomatic () 2019-11-14 10:27:30 -05:00