grin/keychain/src
hashmap 43bd5a56ff Make imports in core crate more Rust 2018 idiomatic (#3112)
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
..
wordlists BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
base58.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
extkey_bip32.rs Remove error serialization/deserialization (#3110) 2019-11-13 21:08:20 +01:00
keychain.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
lib.rs Make imports in core crate more Rust 2018 idiomatic (#3112) 2019-11-14 10:27:30 -05:00
mnemonic.rs Remove error serialization/deserialization (#3110) 2019-11-13 21:08:20 +01:00
types.rs Remove error serialization/deserialization (#3110) 2019-11-13 21:08:20 +01:00
view_key.rs Master merge 2.0.0 (#2927) 2019-06-27 09:19:17 +01:00