multiformats / rust-multiaddr

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

Make the size of the protocol argument strongly-typed #27

Closed tomaka closed 6 years ago

tomaka commented 6 years ago

Breaking change, but removes that weird hack with the size being negative.

tomaka commented 6 years ago

Integrating as part of #28