rust/src/libstd/net
Manish Goregaokar 60f01b49af Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnik
This did not render as intended:

>This is defined in RFC 5737 - 192.0.2.0/24 (TEST-NET-1) - 198.51.100.0/24 (TEST-NET-2) - 203.0.113.0/24 (TEST-NET-3)

vs.

> This is defined in RFC 5737
- 192.0.2.0/24 (TEST-NET-1)
- 198.51.100.0/24 (TEST-NET-2)
- 203.0.113.0/24 (TEST-NET-3)
2015-05-05 09:24:36 +05:30
..
addr.rs Improve libstd/net/addr.rs documentation. 2015-04-29 16:24:44 -05:00
ip.rs Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnik 2015-05-05 09:24:36 +05:30
mod.rs Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown} 2015-05-03 14:02:59 -05:00
parser.rs std: Remove index notation on slice iterators 2015-05-01 10:40:46 -07:00
tcp.rs Add tests for 3 Debug implementations 2015-05-03 20:01:25 -05:00
test.rs Move IP related tests to ip.rs 2015-04-15 13:53:10 -07:00
udp.rs Add tests for 3 Debug implementations 2015-05-03 20:01:25 -05:00