multiformats / rust-multiaddr

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

refactor: switch from bs58 to multibase for base58 #56

Closed dignifiedquire closed 2 years ago

dignifiedquire commented 2 years ago

Most projects will already use multibase in their dependency tree, so this should reduce duplication there. If multibase is not good enough for folks, we should make sure to improve it, so we can include it without worry.

Depends on #55