18 unstable releases (3 breaking)

new 0.4.4 May 12, 2024
0.4.3 May 1, 2024
0.4.2 Mar 17, 2024
0.3.3 Feb 26, 2024
0.1.2 Feb 9, 2024

#31 in #system-information

Download history 2/week @ 2024-02-02 50/week @ 2024-02-09 280/week @ 2024-02-16 162/week @ 2024-02-23 266/week @ 2024-03-01 81/week @ 2024-03-08 133/week @ 2024-03-15 13/week @ 2024-03-22 11/week @ 2024-03-29 477/week @ 2024-04-05 14/week @ 2024-04-12 105/week @ 2024-04-26 17/week @ 2024-05-03 143/week @ 2024-05-10

265 downloads per month

AGPL-3.0-or-later

110KB
3K SLoC

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

lib.rs:

Linux system information library

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

Installation

Run the following command in your terminal

cargo add sysutil

Importation

Add in your code:

use sysutil;

GPU's related functions have been tested only on AMD Radeon 7000 series, any other GPU model is not "officially supported"

Dependencies

~22KB