3 releases

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

#362 in Network programming

Download history 13390/week @ 2024-08-18 13759/week @ 2024-08-25 15092/week @ 2024-09-01 12420/week @ 2024-09-08 13841/week @ 2024-09-15 15122/week @ 2024-09-22 14951/week @ 2024-09-29 15337/week @ 2024-10-06 13347/week @ 2024-10-13 15699/week @ 2024-10-20 15074/week @ 2024-10-27 14244/week @ 2024-11-03 11556/week @ 2024-11-10 10740/week @ 2024-11-17 10705/week @ 2024-11-24 12568/week @ 2024-12-01

46,733 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