A library to send tokio UnixStream and raw file descriptors over tokio UnixStream connections.
The crate is a library for sending and receiving Unix file descriptors over tokio UnixStream connections. You can transfer RawFd or UnixStream. See testrawfd.rs and testtokiostream.rs for examples.