pidfd_getfd 0.2.0

Binding to and a wrapper for the pidfd_getfd syscall
Documentation
[features]
default = []
nightly = []

[package]
categories = ["api-bindings", "external-ffi-bindings", "os::linux-apis"]
description = "Binding to and a wrapper for the pidfd_getfd syscall"
documentation = "https://docs.rs/pidfd_getfd"
edition = "2018"
keywords = ["pidfd", "linux", "syscall", "passing", "descriptors"]
license = "MIT OR Apache-2.0"
name = "pidfd_getfd"
repository = "https://github.com/PatchMixolydic/pidfd_getfd"
version = "0.2.0"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2.98"

[target."cfg(target_os = \"linux\")".dependencies.pidfd]
version = "0.2.4"