rust/library/std/src/net
2021-09-08 20:51:05 -04:00
..
addr Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
ip Remove Ipv4Addr::is_ietf_protocol_assignment 2021-06-19 15:03:02 +02:00
parser Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
tcp add TcpStream::set_linger and TcpStream::linger 2021-08-30 13:42:52 -04:00
udp I/O safety. 2021-08-19 12:02:39 -07:00
addr.rs Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
ip.rs Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
mod.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
parser.rs Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
tcp.rs add TcpStream::set_linger and TcpStream::linger 2021-08-30 13:42:52 -04:00
test.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
udp.rs Remove unnecessary mut from udp doctests 2021-08-30 22:31:34 -06:00