iana-time-zone icon indicating copy to clipboard operation
iana-time-zone copied to clipboard

Replace winapi with windows-sys

Open Kijewski opened this issue 3 years ago • 1 comments

Some time ago I spoke in favor of using winapi instead of windows-sys, because it had fewer msrv bumps, and because it was used by e.g. tokio, and chrono, so even if it was not being developed for anymore, it still had a ton of users who would hopefully notice any bugs. By now tokio has switched to windows-sys, and chrono will too in the next release. I guess it's time then to make the switch, too.

Kijewski avatar Dec 13 '22 00:12 Kijewski

I support this.

astraw avatar Dec 13 '22 07:12 astraw

Can probably close this thanks to #97 - windows and windows-sys share the underlying windows-targets so you should see good efficiency across tokio, chrono, etc.

kennykerr avatar Mar 15 '23 15:03 kennykerr

good point.

astraw avatar Mar 15 '23 15:03 astraw