eventp 0.3.3

A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling
Documentation

Eventp

crates.io docs.rs

A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling.

Quick start

cargo add eventp
cargo add eventp --dev --features mock

or,

[dependencies]
eventp = "0.3.3"

[dev-dependencies]
eventp = { version = "0.3.3", features = ["mock"] }

When writing tests, you may find the mock feature makes life much easier :)

Example

Here is a full example shows almost everything you need: examples/echo-server.rs.

License

MIT.