rust/library/std/src/net
Matthias Krüger bd20fc1fd6
Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-se
`IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation.

Added documentation for IPv6 Addresses `IN6ADDR_ANY_INIT` also known as `in6addr_any` and `IN6ADDR_LOOPBACK_INIT` also known as `in6addr_loopback` similar to `INADDR_ANY` for IPv4 Addresses.
2022-12-30 17:01:39 +01:00
..
ip_addr Flatten net module again. 2022-09-12 19:04:17 +02:00
parser Flatten net module again. 2022-09-12 19:04:17 +02:00
socket_addr Flatten net module again. 2022-09-12 19:04:17 +02:00
tcp Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
udp Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
display_buffer.rs Flatten net module again. 2022-09-12 19:04:17 +02:00
ip_addr.rs Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-se 2022-12-30 17:01:39 +01:00
mod.rs Update mod.rs 2022-10-31 12:17:30 -04:00
parser.rs Flatten net module again. 2022-09-12 19:04:17 +02:00
socket_addr.rs Flatten net module again. 2022-09-12 19:04:17 +02:00
tcp.rs Bump std::net::Incoming FusedIterator impl to Rust 1.64 2022-07-02 11:02:54 -07:00
test.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
udp.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00