3 releases

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

#279 in Network programming

Download history 29376/week @ 2024-06-11 29907/week @ 2024-06-18 28211/week @ 2024-06-25 21463/week @ 2024-07-02 15633/week @ 2024-07-09 16501/week @ 2024-07-16 13115/week @ 2024-07-23 11523/week @ 2024-07-30 12362/week @ 2024-08-06 10103/week @ 2024-08-13 14505/week @ 2024-08-20 13785/week @ 2024-08-27 14314/week @ 2024-09-03 12833/week @ 2024-09-10 13854/week @ 2024-09-17 13057/week @ 2024-09-24

56,353 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