ogham / rust-users

Library for Unix users and groups in Rust.
https://crates.io/crates/users
MIT License
98 stars 37 forks source link

status of the crate #54

Open zeenix opened 1 year ago

zeenix commented 1 year ago

Hi,

Thanks for this great crate. I was thinking of creating an issue for (and maybe contribute a PR too for it, if there was interest) Windows support but I see that the last commit on the repo was 3 years ago and PRs don't seem to be getting feedback. So I thought I first inquire if the crate is maintained at all.

gierens commented 1 year ago

Since this project is unmaintained, I forked to https://github.com/rustadopt/uzers-rs where I for example merged existing PRs and maintain it from now on. It's also available in v0.11.2 on https://crates.io/crates/uzers in case anybody wants to migrate. Simply change users="0.11" in your Cargo.toml to uzers="0.11", and replace things like use users::... by use uzers::....