rust/src/libstd/net
Alex Crichton 7e9e3896df std: Add IntoRaw{Fd,Handle,Socket} traits
This commit is an implementation of [RFC 1174][rfc] which adds three new traits
to the standard library:

* `IntoRawFd` - implemented on Unix for all I/O types (files, sockets, etc)
* `IntoRawHandle` - implemented on Windows for files, processes, etc
* `IntoRawSocket` - implemented on Windows for networking types

[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1174-into-raw-fd-socket-handle-traits.md

Closes #27062
2015-07-20 09:08:50 -07:00
..
addr.rs Improve libstd/net/addr.rs documentation. 2015-04-29 16:24:44 -05:00
ip.rs Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*. 2015-07-19 00:28:59 +00:00
mod.rs Auto merge of #26457 - meqif:master, r=alexcrichton 2015-06-21 08:20:36 +00:00
parser.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
tcp.rs std: Add IntoRaw{Fd,Handle,Socket} traits 2015-07-20 09:08:50 -07:00
test.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
udp.rs std: Add IntoRaw{Fd,Handle,Socket} traits 2015-07-20 09:08:50 -07:00