bincode-org / bincode

A binary encoder / decoder implementation in Rust.
MIT License
2.63k stars 265 forks source link

impls for Ipv4Addr/Ipv6Addr #694

Closed fox0 closed 7 months ago

fox0 commented 7 months ago

error[E0658]: use of unstable library feature 'ip_in_core'

VictorKoenders commented 7 months ago

Looks like that might be stable in 1.76 next week

VictorKoenders commented 7 months ago

647