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
1
2
3
4
5
6
7
8
9
//! Cross-platform `/proc/self` functionality.
//!
//! ---
//! 
//! <strong>Note: This crate has been integrated into [https://github.com/alecmocatta/palaver](https://github.com/alecmocatta/palaver). Use that instead.</strong>
//! 
//! ---

#![doc(html_root_url = "https://docs.rs/proc_self/0.1.1")]