added graceful fallback if nvml doesnt hit

This commit is contained in:
2025-08-09 18:48:48 +02:00
parent f570f3c67d
commit 41b56d165e
2 changed files with 2 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ pub use disk::get_disk_info;
pub use gpu::get_gpu_info;
pub use memory::get_memory_info;
pub use network::get_network_info;
pub use network::NetworkMonitor;
#[derive(Debug)]
pub struct HardwareInfo {