multiformats / rust-multiaddr

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

tests: add nightly test for Protocol Arbitrary impl to assert it covers all the Protocol variants. #76

Closed jxs closed 1 year ago

jxs commented 1 year ago

This PR follows both @mxinden and @thomaseizinger on #65. Tried to add multiple toolchains in a single step but apparently it's not possible.

Test running here

Closes #65

jxs commented 1 year ago

Direction looks good to me. Thanks for removing the footgun.

ok thanks, updated!