docs.rs failed to build eventp-1.0.0-rc.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
eventp-1.0.0-rc.6
Eventp
A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling.
Quick start
or,
[]
= "1.0.0-rc.1"
[]
= { = "1.0.0-rc.1", = ["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.
License
MIT.