devd-rs 0.1.0

An interface to FreeBSD's devd
docs.rs failed to build devd-rs-0.1.0
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: devd-rs-0.3.6

devd-rs unlicense

A Rust library for listening to FreeBSD devd's device attach-detach notifications.

Listens on /var/run/devd.seqpacket.pipe using kqueue (nix wrapper) and parses messages using nom.

Usage

See examples/main.rs.

Contributing

Please feel free to submit pull requests!

By participating in this project you agree to follow the Contributor Code of Conduct.

The list of contributors is available on GitHub.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.