sendfd 0.1.0

Send file descriptors over Unix Domain Sockets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sendfd"
version = "0.1.0"
authors = ["roblabla <robinlambertz+dev@gmail.com>"]
build = "build.rs"
license = "MIT"
description = "Send file descriptors over Unix Domain Sockets"
repository = "https://github.com/roblabla/sendfd"
documentation = "https://docs.rs/sendfd"
keywords = ["posix", "unix", "socket", "fd", "ipc"]

[build-dependencies]
gcc = "0.3"