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.