3 releases

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

#549 in Network programming

Download history 13907/week @ 2024-11-30 10936/week @ 2024-12-07 14619/week @ 2024-12-14 7851/week @ 2024-12-21 17235/week @ 2024-12-28 9826/week @ 2025-01-04 11533/week @ 2025-01-11 11327/week @ 2025-01-18 8194/week @ 2025-01-25 12245/week @ 2025-02-01 17794/week @ 2025-02-08 10263/week @ 2025-02-15 11650/week @ 2025-02-22 11402/week @ 2025-03-01 9546/week @ 2025-03-08 13109/week @ 2025-03-15

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