proc_self 0.1.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`).