mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
992f7ee5fd
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