3 unstable releases
0.2.0 | Dec 30, 2024 |
---|---|
0.1.1 | Nov 14, 2023 |
0.1.0 | Jan 27, 2022 |
#298 in Unix APIs
178 downloads per month
21KB
475 lines
Netlink kobject uevent packets parser
Parses the netlink NETLINK_KOBJECT_UEVENT
packets.
See the examples for the intended usage.
lib.rs
:
netlink NETLINK_KOBJECT_UEVENT
packet parser
The uevents are
triggered by kobject_uevent
and kobject_uevent_env
to signal a change in the referred kobject.
Dependencies
~255–710KB
~17K SLoC