kobject-uevent 0.2.0

Netlink kobject uevent packets parser
Documentation
1
2
3
4
5
6
7
8
9
# Netlink kobject uevent packets parser

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Crates.io](https://img.shields.io/crates/v/kobject-uevent.svg)](https://crates.io/crates/kobject-uevent)
[![dependency status](https://deps.rs/repo/github/rust-italia/kobject-uevent/status.svg)](https://deps.rs/repo/github/rust-italia/kobject-uevent)

Parses the [netlink](https://www.man7.org/linux/man-pages/man7/netlink.7.html) `NETLINK_KOBJECT_UEVENT` packets.

See the [examples](./examples) for the intended usage.