rust-users icon indicating copy to clipboard operation
rust-users copied to clipboard

status of the crate

Open zeenix opened this issue 2 years ago • 1 comments

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.

zeenix avatar May 03 '23 21:05 zeenix

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

gierens avatar Aug 21 '23 10:08 gierens