tokio-send-fd

A library to send tokio UnixStream and raw file descriptors over tokio UnixStream connections.

Crates.io MIT licensed Build Status

Overview

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.