An open API service indexing awesome lists of open source software.

https://github.com/rust-italia/kobject-uevent

Netlink kobject uevent packets parser
https://github.com/rust-italia/kobject-uevent

hacktoberfest linux rust udev

Last synced: 4 days ago
JSON representation

Netlink kobject uevent packets parser

Awesome Lists containing this project

README

        

# 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.