# 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](https://pypi.org/project/sysutil-lib/)
### Documentation
- check the documentation at [docs.rs](https://docs.rs/sysutil/latest/sysutil/)