fd-passing 0.0.1

A crate to pass file descriptors between processes.
Documentation
[build-dependencies]
gcc = "0.3"

[dependencies]
libc = "^0.2.19"

[dev-dependencies]
tempdir = "0.3.5"

[lib]
name = "fd_passing"

[package]
authors = ["David Pineau <dav.pineau@gmail.com>", "Guillaume Gomez <guillaume1.gomez@gmail.com>"]
build = "build.rs"
description = "A crate to pass file descriptors between processes."
keywords = ["fd", "passing", "file", "descriptor", "process"]
license = "MIT"
name = "fd-passing"
readme = "README.md"
repository = "https://github.com/Joacchim/fd-passing"
version = "0.0.1"