multiformats / rust-multiaddr

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

*: Add quic-v1 codepoint #64

Closed elenaf9 closed 1 year ago

elenaf9 commented 1 year ago

Add QuicV1 codepoint to represent QUIC Version 1 / RFC 9000. See https://github.com/multiformats/multiaddr/issues/145 for motivation.

To be merged after https://github.com/multiformats/multicodec/pull/298.