proc_self 0.2.0

Cross-platform `/proc/self` functionality. This library enables limited `/proc/self` functionality, including getting the current executable, open file descriptors, and paths for open file descriptors that can be passed to e.g. `exec` (for those systems without `fexecve`). Integrated into https://github.com/alecmocatta/palaver
Documentation
[badges.maintenance]
status = "deprecated"

[package]
authors = ["Alec Mocatta <alec@mocatta.net>"]
categories = ["development-tools"]
description = "Cross-platform `/proc/self` functionality.\n\nThis library enables limited `/proc/self` functionality, including getting the current executable, open file descriptors, and paths for open file descriptors that can be passed to e.g. `exec` (for those systems without `fexecve`).\n\nIntegrated into https://github.com/alecmocatta/palaver\n"
documentation = "https://docs.rs/palaver/0.1.1"
homepage = "https://github.com/alecmocatta/palaver"
keywords = ["proc", "procfs"]
license = "MIT OR Apache-2.0"
name = "proc_self"
readme = "README.md"
repository = "https://github.com/alecmocatta/palaver"
version = "0.2.0"