| # procfs | |
| This library contains an implementation of the `/proc` file system. Programs | |
| can use this library to improve compatibility with other operating systems. | |
| ## Implementation status: Proof-of-concept | |
| This library is currently a proof-of-concept that we are using to explore | |
| how much compatibility we can offer using this mechanism. |