oconnor663 / os_pipe.rs

a cross-platform library for opening OS pipes in Rust
MIT License
98 stars 16 forks source link

Switch from winapi to windows-sys #26

Closed messense closed 1 year ago

messense commented 1 year ago

The Rust ecosystem is migrating from winapi to windows-sys, for example https://github.com/tokio-rs/tokio/pull/5204

oconnor663 commented 1 year ago

Just released as v1.1.2. Thanks again!