3 releases
0.1.2 | Apr 7, 2024 |
---|---|
0.1.1 | Jun 20, 2020 |
0.1.0 | May 22, 2020 |
#279 in Network programming
56,353 downloads per month
6KB
65 lines
Safe bindings to WSAPoll
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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