sendfd 0.4.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
18
[package]
name = "sendfd"
version = "0.4.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"
tokio = { version = "1.0.0", features = [ "net" ], optional = true }