1Password / sys-locale

A small and lightweight Rust library to obtain the active locale on the system.
Apache License 2.0
75 stars 15 forks source link

Port to windows-sys #15

Closed notgull closed 1 year ago

notgull commented 1 year ago

Most crates have ported from winapi (which is unmaintained) to windows-sys. This crate is the only crate in my dependency tree that still uses winapi. This PR ports this crate to use windows-sys instead of winapi.

notgull commented 1 year ago

Do you have any need for this to be released soon?

Not particularly, it isn't that big of an issue. I just noticed it and figured it'd be better without winapi.

complexspaces commented 1 year ago

It looks like tokio released an update with the change, so I'm better with merging this now. I'll try and release an update as well.

Thanks again!