docs.rs failed to build kqueue-1.0.4
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:
kqueue-1.1.1
kqueue
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
I don't recommend using https://docs.rs for documentation, since the builds aren't done on BSD nodes. I host documentation at https://docs.worrbase.com/rust/kqueue/ .
Examples
There are some basic usage examples in examples/
.