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
- Host: GitHub
- URL: https://github.com/rust-italia/kobject-uevent
- Owner: rust-italia
- License: mit
- Created: 2021-09-05T11:44:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T14:56:14.000Z (6 months ago)
- Last Synced: 2024-10-27T16:53:15.039Z (6 months ago)
- Topics: hacktoberfest, linux, rust, udev
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlink kobject uevent packets parser
[](LICENSE)
[](https://crates.io/crates/kobject-uevent)
[](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.