Crate system_profile

Crate system_profile 

Source
Expand description

System Profile Crate

Provides cached system information and resource profiles for the entire application. All values are computed once on first access and cached for the program lifetime.

Uses std::sync::LazyLock (Rust 1.80+) for lazy initialization.

Structs§

SystemProfile
System profile containing hardware and resource information

Statics§

SYSTEM
Global system profile instance - computed once, cached forever