Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcrichton/miow
A zero-overhead Windows I/O library, focusing on IOCP
https://github.com/alexcrichton/miow
Last synced: 3 months ago
JSON representation
A zero-overhead Windows I/O library, focusing on IOCP
- Host: GitHub
- URL: https://github.com/alexcrichton/miow
- Owner: yoshuawuyts
- License: apache-2.0
- Created: 2015-08-18T23:55:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T19:58:48.000Z (about 1 year ago)
- Last Synced: 2024-08-08T15:11:04.071Z (3 months ago)
- Language: Rust
- Homepage: https://docs.rs/miow
- Size: 1.99 MB
- Stars: 111
- Watchers: 9
- Forks: 37
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# miow
[![Build status](https://ci.appveyor.com/api/projects/status/tc5lsxokjk86949l?svg=true)](https://ci.appveyor.com/project/alexcrichton/miow)
A zero overhead Windows I/O library focusing on IOCP and other async I/O
features.This crate is basically unmaintained. Do not expect new features or new releases.
# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in miow by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.