sysutil lib
- Linux system information library
Warning
- this library is ment to be used only in linux systems
- it is possible to write code using it on other systems, but it will not allow to run the code, panicking before execution
Other implementations
- the library is also available for Python
- check it out at pypi.org
Documentation
- check the documentation at docs.rs