Adding async_send_fd library as a dependency

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:

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.