https://github.com/kizzycode/libselect-rust
This crate provides a high-level APIs to perform `select`-operations on I/O handles
https://github.com/kizzycode/libselect-rust
Last synced: about 2 months ago
JSON representation
This crate provides a high-level APIs to perform `select`-operations on I/O handles
- Host: GitHub
- URL: https://github.com/kizzycode/libselect-rust
- Owner: KizzyCode
- Created: 2021-10-03T01:49:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T03:50:16.000Z (about 3 years ago)
- Last Synced: 2025-03-11T02:38:55.062Z (2 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
[](https://ci.appveyor.com/project/KizzyCode/libselect-rust)
[](https://docs.rs/libselect)
[](https://crates.io/crates/libselect)
[](https://crates.io/crates/libselect)
[](https://deps.rs/crate/libselect/0.2.0)# `libselect`
Welcome to `libselect` 🎉This crate provides a high-level APIs to perform `select`-operations on I/O-handles.
`libselect` uses Rust's [`AsRawFd`](https://doc.rust-lang.org/stable/std/os/unix/io/trait.AsRawFd.html) /
[`AsRawSocket`](https://doc.rust-lang.org/stable/std/os/windows/io/trait.AsRawSocket.html) on windows and works with all
I/O-handles that expose raw file descriptors.