3 releases

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

#751 in Network programming

Download history 15044/week @ 2024-10-24 15012/week @ 2024-10-31 12125/week @ 2024-11-07 11243/week @ 2024-11-14 10961/week @ 2024-11-21 12708/week @ 2024-11-28 11778/week @ 2024-12-05 14122/week @ 2024-12-12 9631/week @ 2024-12-19 16556/week @ 2024-12-26 9514/week @ 2025-01-02 10339/week @ 2025-01-09 11607/week @ 2025-01-16 9282/week @ 2025-01-23 10634/week @ 2025-01-30 15726/week @ 2025-02-06

49,434 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