| Crates.io | eventp |
| lib.rs | eventp |
| version | 1.0.0-rc.6 |
| created_at | 2025-09-25 07:30:38.358001+00 |
| updated_at | 2025-10-09 18:23:22.801903+00 |
| description | A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling |
| homepage | |
| repository | https://github.com/FuuuOverclocking/eventp |
| max_upload_size | |
| id | 1854306 |
| size | 8,075,356 |
A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling.
cargo add eventp
cargo add eventp --dev --features mock
or,
[dependencies]
eventp = "1.0.0-rc.6"
[dev-dependencies]
eventp = { version = "1.0.0-rc.6", features = ["mock"] }
When writing tests, you may find the
mockfeature makes life much easier :)
Here is a full example shows almost everything you need: examples/echo-server.rs.
MIT.