uzers
Continuation of users, a library for accessing Unix users and groups
0.12.2
5.9M downloads/mo
#4199 most downloaded on crates.io
rustadopt/uzers-rs
What this package is like to depend on
Last release 8 months ago
16 Dec 2025
Release timing varies
gaps range from 3 weeks to 1.4 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
6 releases · first in 2023
1 release in the last 12 months
see the full history below
Release timeline
6 releases · Aug 2023 to Dec 2025Releases
latest 6-
0.12.216 Dec 2025Release notes
Open source →What's Changed
- test: add tests on linux/arm64, macOS, nightly by @reubeno in #26
- chore(ci): update: bump actions/checkout from 4 to 5 by @dependabot[bot] in #28
- chore(ci): update: bump actions/checkout from 5 to 6 by @dependabot[bot] in #31
- Use 1.68 as minimum Rust version in CI by @gierens in #33
- Add Hurd Target by @gierens in #32
- Release 0.12.2 by @gierens in #34
New Contributors
Full Changelog: v0.12.1...v0.12.2
Release notes
Open source →Features
- Add hurd to target_os lists
CI
- Increase minimum Rust build version in CI to 1.68.
- Split into unit and integration test and add more platforms.
- Bump actions/checkout from 4 to 6
Testing
- Add test_all_users and test_all_groups
-
0.12.103 Aug 2024Release notes
Open source →What's Changed
- Fix disabling the cache feature by @viperML in #22
- Update serial_test requirement from ^2.0 to ^3.1 by @dependabot in #24
- Update env_logger requirement from 0.7 to 0.11 by @dependabot in #25
New Contributors
Full Changelog: v0.12.0...v0.12.1
Release notes
Open source →Bug Fixes
- Fix disabling the cache feature by @viperML in https://github.com/rustadopt/uzers-rs/pull/22
Updates
- Update serial_test requirement from ^2.0 to ^3.1
- Update env_logger requirement from 0.7 to 0.11
-
0.12.023 Apr 2024Release notes
Open source →What's Changed
- Added explicit references to os module in docs index by @OLEGSHA in #9
- Add
AllUsersandAllGroupsby @OLEGSHA in #11 - Test CI with nss_preload. by @apognu in #15
- Add GECOS field on UNIX systems. by @apognu in #13
- feat(ci): add conventional commits workflow by @gierens in #16
- refactor(ci): split general workflow into testing and linting by @gierens in #17
- Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 by @dependabot in #18
- Bump webiny/action-conventional-commits from 1.2.0 to 1.3.0 by @dependabot in #19
New Contributors
Full Changelog: v0.11.3...v0.12.0
Release notes
Open source →What's Changed
- Added explicit references to os module in docs index
- Add
AllUsersandAllGroups - Test CI with nss_preload
- Add GECOS field on UNIX systems
- Add conventional commits workflow
- Split general workflow into testing and linting
-
0.11.311 Sep 2023Release notes
Open source →What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #5
- add haiku support by @hoanga in #6
- fix: security issue: unaligned pointer by @PThorpe92 in #8
New Contributors
- @dependabot made their first contribution in #5
- @hoanga made their first contribution in #6
- @PThorpe92 made their first contribution in #8
Full Changelog: v0.11.2...v0.11.3
Release notes
Open source →Bug Fixes
- Fix unaligned pointer in base::members function
Features
- Add haiku support
CI
- Bump actions/checkout from 3 to 4
-
0.11.225 Aug 2023Release notes
Open source →This just updates the repository URL as we moved to the newly created rustadopt organization on Github.
Release notes
Open source →This just updates the repository URL as we moved to the newly created rustadopt organization on Github.
-
0.11.121 Aug 2023Release notes
Open source →This is the first version of uzers which continues the unmaintained
users v0.11.0.Bug Fixes
- Fix group listing: don't add root every time
Features
- Allow iterating all groups in the system
- Add redox and illumos support
Refactor
- Reformat entire code base
Documentation
- Rename to uzers
- Add this changelog
CI
- Add Github workflows
What's Changed
- (users PR 45) Fix group listing: don't add root every time by @gierens in #1
- (users PR 49) Add cfg illlumos in addition to solaris by @gierens in #2
- (users PR 51) Allow iterating all groups in the system by @gierens in #3
- (users PR 53) Add Redox support by @gierens in #4
New Contributors
Full Changelog: https://github.com/gierens/uzers-rs/commits/v0.11.1
Release notes
Open source →This is the first version of uzers which continues the unmaintained users v0.11.0.
Bug Fixes
- Fix group listing: don't add root every time
Features
- Allow iterating all groups in the system
- Add redox and illumos support
Refactor
- Reformat entire code base
Documentation
- Rename to uzers
- Add this changelog
CI
- Add Github workflows