async_send_fd
Run this command in a terminal, in your project's directory:
cargo add async-send-fd
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
async-send-fd = "1.2.0"
The async_send_fd library will be automatically available globally. Read the async_send_fd library documentation.
Back to the crate overview.