Registry / utility / nixinfo

nixinfo

JSON →
library0.3.3rscratesunverified

A lib crate for gathering system info such as cpu, distro, environment, kernel, etc in Rust.

# Cargo.toml [dependencies] nixinfo = "0.3.3"
INSTALL
IMPORT
SIG · NIXINFO
N
nixinfo
utilityrustv0.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpu
use nixinfo::cpu;

Retrieves CPU information from the system.

use nixinfo::cpu; fn main() { let info = cpu(); println!("CPU info: {:?}", info); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
nixinfo — cargo add nixinfo · libregistry