| Crates.io | libselect |
| lib.rs | libselect |
| version | 0.2.0 |
| created_at | 2021-10-03 20:54:00.429095+00 |
| updated_at | 2022-03-01 04:04:26.097391+00 |
| description | This crate provides a high-level APIs to perform `select`-operations on I/O handles |
| homepage | |
| repository | https://github.com/KizzyCode/libselect-rust |
| max_upload_size | |
| id | 459812 |
| size | 29,149 |
libselectWelcome to libselect 🎉
This crate provides a high-level APIs to perform select-operations on I/O-handles.
libselect uses Rust's AsRawFd /
AsRawSocket on windows and works with all
I/O-handles that expose raw file descriptors.