multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Fix example in readme #46

Closed kpp closed 3 years ago

kpp commented 3 years ago

There is no ToMultiaddr in the crate so the example in README does not compile. I fixed it and added an example of macro multiaddr!.