2 releases
0.1.1 | Nov 14, 2023 |
---|---|
0.1.0 | Jan 27, 2022 |
#30 in #netlink
44 downloads per month
20KB
435 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
~135KB