3 releases

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

#345 in Network programming

Download history 21050/week @ 2023-12-22 30997/week @ 2023-12-29 37075/week @ 2024-01-05 39995/week @ 2024-01-12 46657/week @ 2024-01-19 46862/week @ 2024-01-26 40270/week @ 2024-02-02 39891/week @ 2024-02-09 22092/week @ 2024-02-16 20466/week @ 2024-02-23 21221/week @ 2024-03-01 18998/week @ 2024-03-08 16987/week @ 2024-03-15 19781/week @ 2024-03-22 16629/week @ 2024-03-29 16468/week @ 2024-04-05

72,394 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