Crate getsys

source ·
Expand description

getsys Library to get some system stuff The plan is to add some stable support (minor versions) and then release v2 (major version) that implements proper error handling using thiserror macros.

Re-exports

  • pub use self::cpu as Cpu;
  • pub use self::percpu as PerCpu;

Modules

  • Cpu functions CPU related functions
  • PerCpu functions