Registry / utility / uname
library0.1.1rscratesunverified

Retrieve name and information about the current kernel.

# Cargo.toml [dependencies] uname = "0.1.1"
INSTALL
IMPORT
SIG · UNAME
U
uname
utilityrustv0.1.1
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.

uname
use uname;

Get kernel information.

use uname; fn main() { let info = uname::uname().unwrap(); println!("Kernel: {}", info.sysname); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
uname — cargo add uname · libregistry