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")]