{"id":57561,"library":"users","title":"Users","description":"Library for accessing Unix users and groups","status":"active","version":"0.11.0","language":"rust","source_language":null,"source_url":"https://github.com/ogham/rust-users","tags":["unix","users","groups","system"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nusers = \"0.11.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add users","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"User","correct":"use users::User;"}],"quickstart":{"code":"use users::User;\n\nfn main() {\n    if let Some(user) = User::from_uid(0) {\n        println!(\"Root user: {}\", user.name());\n    }\n}","lang":"rust","description":"Get the root user by UID"},"warnings":[{"fix":"Use conditional compilation or a cross-platform alternative for Windows.","message":"Only works on Unix-like systems (Linux, macOS, BSD).","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'access':4 'group':8,11 'librari':2 'system':12 'unix':5,9 'user':1,6,10","created_at":"2026-06-16T15:48:29.457919+00:00","updated_at":"2026-06-16T15:48:29.457919+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ogham/rust-users","github":"https://github.com/ogham/rust-users","docs":"https://docs.rs/users/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}