10 releases

Uses old Rust 2015

0.4.3 Jul 1, 2022
0.4.1 Feb 9, 2022
0.4.0 Sep 15, 2021
0.3.3 Oct 28, 2020
0.1.0 Nov 9, 2016

#36 in Unix APIs

Download history 29922/week @ 2023-12-14 18622/week @ 2023-12-21 21841/week @ 2023-12-28 39807/week @ 2024-01-04 61270/week @ 2024-01-11 37406/week @ 2024-01-18 51883/week @ 2024-01-25 44548/week @ 2024-02-01 47627/week @ 2024-02-08 53987/week @ 2024-02-15 58904/week @ 2024-02-22 72249/week @ 2024-02-29 55696/week @ 2024-03-07 50806/week @ 2024-03-14 51469/week @ 2024-03-21 37905/week @ 2024-03-28

209,459 downloads per month
Used in 18 crates (8 directly)

Apache-2.0 OR BSD-3-Clause

24KB
317 lines

sendfd

sendfd is a little bare-bones crate that provides APIs to send file descriptors over UNIX sockets in Rust.

This is done by providing an extension trait that is implemented by the UNIX domain socket types available in the standard library and (optionally) Tokio. For more information, see the documentation.

There is no intention to make this crate a cross-platform abstraction (use the ipc-channel crate for that).

Thanks to roblabla for giving us the crate name, as well as for the inspiration from their original implementation.

sendfd is distributed under Apache 2.0 or BSD 3-clause license at your choice.

Dependencies

~0–9.5MB
~66K SLoC