Registry / utility / system-env

system-env

JSON →
library0.10.0rscratesunverified

Information about the system environment: operating system, architecture, package manager, etc.

# Cargo.toml [dependencies] system_env = "0.10.0"
INSTALL
IMPORT
SIG · SYSTEM-ENV
S
system-env
utilityrustv0.10.0
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.

SystemEnv
use system_env::SystemEnv;

Retrieves system environment information.

use system_env::SystemEnv; fn main() { let env = SystemEnv::new(); println!("OS: {}", env.os()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
system-env — cargo add system-env · libregistry