3 releases

0.1.2 Apr 7, 2024
0.1.1 Jun 20, 2020
0.1.0 May 22, 2020

#369 in Network programming

Download history 44333/week @ 2024-01-23 47546/week @ 2024-01-30 43847/week @ 2024-02-06 27053/week @ 2024-02-13 21053/week @ 2024-02-20 19987/week @ 2024-02-27 21055/week @ 2024-03-05 16995/week @ 2024-03-12 18777/week @ 2024-03-19 17919/week @ 2024-03-26 17793/week @ 2024-04-02 17773/week @ 2024-04-09 17097/week @ 2024-04-16 16231/week @ 2024-04-23 15931/week @ 2024-04-30 11172/week @ 2024-05-07

63,324 downloads per month

MIT/Apache

6KB
65 lines

Safe bindings to WSAPoll

Workflow Status Crate API Minimum rustc version License

You want to #![forbid(unsafe_code)] in your crate? But you also need access to WSAPoll()? Then this crate is for you! It exports a safe wsa_poll() function that you can use.

License

Licensed under either of

at your option.


lib.rs:

This crate provides a safe binding to WSAPoll.

On non-windows, this crate is empty.

Minimum Rust version

The minimum Rust version required by this crate is 1.34.

Dependencies

~175KB