mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
Rename multiaddr and mulithash to parity-* (#737)
* Rename multiaddr and mulithash to parity-* * Fix doctests
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
extern crate multihash;
|
||||
extern crate parity_multihash;
|
||||
|
||||
use multihash::*;
|
||||
use parity_multihash::*;
|
||||
|
||||
/// Helper function to convert a hex-encoded byte array back into a bytearray
|
||||
fn hex_to_bytes(s: &str) -> Vec<u8> {
|
||||
|
Reference in New Issue
Block a user