faccess
faccess copied to clipboard
Suggestion: merge this crate with `permissions`
Hey, I didn't know this existed when I created https://crates.io/crates/permissions.
I tried searching for something related to file "permissions", but found nothing because the description and title of the crate don't include these keywords, so I created my own.
Now looking at this, I see that both should be the same Crate, or at least mine shouldn't exist.
So I first thought of deprecating my crate and just redirecting people to this one, what do you think?
For some context: yours have almost 1M downloads, and mine has 23k.
Well, thinking more about this, I don't think there's much you can benefit from merging both.
IMHO, good things about my crate are:
- name, which is intuitive.
- the removable function, which I created an issue to suggest.
Your API, code and CI are better, plus you know how to do Windows properly (I really don't).