Registry / utility / users

users

JSON →
library0.11.0rscratesunverified

Library for accessing Unix users and groups

utility
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.

use users::User;

Get the root user by UID

use users::User; fn main() { if let Some(user) = User::from_uid(0) { println!("Root user: {}", user.name()); } }
Debug
Known footguns
gotchaOnly works on Unix-like systems (Linux, macOS, BSD).
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources