rust/library/std
bors af69066aa6 Auto merge of #69864 - LinkTed:master, r=Amanieu
unix: Extend UnixStream and UnixDatagram to send and receive file descriptors

Add the functions `recv_vectored_fds` and `send_vectored_fds` to `UnixDatagram` and `UnixStream`. With this functions `UnixDatagram` and `UnixStream` can send and receive file descriptors, by using `recvmsg` and `sendmsg` system call.
2020-12-02 17:36:29 +00:00
..
benches
src Auto merge of #69864 - LinkTed:master, r=Amanieu 2020-12-02 17:36:29 +00:00
tests Make ui test that are run-pass and do not test the compiler itself library tests 2020-11-30 02:47:32 +01:00
build.rs
Cargo.toml