system-profile 0.1.0

Cached system profile information for runtime optimization decisions
Documentation

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.