10 releases
0.3.6 | Oct 1, 2022 |
---|---|
0.3.4 | Jun 11, 2022 |
0.3.3 | Oct 8, 2021 |
0.3.2 | Jul 1, 2021 |
0.1.0 | Aug 18, 2017 |
#69 in Unix APIs
99,262 downloads per month
Used in 10 crates
(2 directly)
13KB
256 lines
devd-rs
A Rust library for listening to FreeBSD (also DragonFlyBSD) devd's device attach-detach notifications.
Listens on /var/run/devd.seqpacket.pipe
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 and to release your contributions under the Unlicense and the MIT License.
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.
It is also available under the MIT License.
Dependencies
~1MB
~20K SLoC