| Crates.io | redox_users |
| lib.rs | redox_users |
| version | 0.5.2 |
| created_at | 2018-03-28 18:15:46.838444+00 |
| updated_at | 2025-07-31 15:00:26.808829+00 |
| description | A Rust library to access Redox users and groups functionality |
| homepage | |
| repository | https://gitlab.redox-os.org/redox-os/users |
| max_upload_size | |
| id | 57940 |
| size | 63,985 |
Redox OS APIs for accessing users and groups information. Documentation
High level APIs for:
We recommend to use these APIs instead of directly manipulating the
/etc/group and /etc/passwd as this is an implementation detail and
might change in the future.
Note that redox_users is an API designed only for use on Redox. It compiles on other platforms (for testing), but it will not work and might produce unexpected behavior.
redox_users uses the Argon2 hashing algorithm. The default hashing parameters are as follows:
Argon2::new(10, 1, 4096, Variant::Argon2i)