3 releases

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

#795 in Network programming

Download history 11129/week @ 2024-11-15 10924/week @ 2024-11-22 13370/week @ 2024-11-29 11495/week @ 2024-12-06 13894/week @ 2024-12-13 8787/week @ 2024-12-20 17288/week @ 2024-12-27 9418/week @ 2025-01-03 10999/week @ 2025-01-10 11476/week @ 2025-01-17 8767/week @ 2025-01-24 11395/week @ 2025-01-31 15343/week @ 2025-02-07 13619/week @ 2025-02-14 10823/week @ 2025-02-21 10060/week @ 2025-02-28

52,177 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