| Crates.io | kqueue |
| lib.rs | kqueue |
| version | 1.1.1 |
| created_at | 2017-01-15 07:34:43.684443+00 |
| updated_at | 2025-05-06 20:05:19.719369+00 |
| description | kqueue interface for BSDs |
| homepage | |
| repository | https://gitlab.com/rust-kqueue/rust-kqueue |
| max_upload_size | |
| id | 8080 |
| size | 80,106 |
kqueue(2) library for rust
kqueue(2) is a powerful API in BSDs that allows you to get events based on
fs events, buffer readiness, timers, process events and signals.
This is useful for code that's either BSD-specific, or as a component in an abstraction over similar APIs in cross-platform code.
Docs are mirrored here: https://docs.worrbase.com/rust/kqueue/ .
There are some basic usage examples in examples/.