mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 03:15:30 +00:00
Elaborate on ip_addr bit conversion endianness Adds explanation of how endianness is handled when converting `Ipv4Addr` and `Ipv6Addr` to and from bits. This is intended to unblock stabilization of the affected methods. Addresses #113744