sendfd 0.3.2

Send file descriptors along with data over UNIX domain sockets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sendfd"
version = "0.3.2"
authors = [
    "Simonas Kazlauskas <simonas@standard.ai>",
    "Bernardo Meurer <bernardo@standard.ai>",
    "Léo Gaspard <leo@standard.ai>"
]
edition = "2015"
description = "Send file descriptors along with data over UNIX domain sockets"
keywords = ["ipc"]
license = "Apache-2.0 OR BSD-3-Clause"
repository = "https://github.com/standard-ai/sendfd"
documentation = "https://docs.rs/sendfd"

[dependencies]
libc = "0.2"