Files
rust/src/libstd
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
..
2015-07-01 19:09:14 -07:00
2015-07-13 18:38:00 -07:00
2015-07-01 12:25:25 -04:00
2015-03-15 09:08:21 -07:00
2015-07-01 19:09:14 -07:00
2015-07-16 20:43:36 -07:00
2015-06-17 09:07:17 -07:00
2015-01-23 21:48:20 -08:00