| Crates.io | netlink-rust |
| lib.rs | netlink-rust |
| version | 0.1.1 |
| created_at | 2018-10-15 17:40:21.450355+00 |
| updated_at | 2025-10-28 13:41:57.821086+00 |
| description | Netlink library in Rust |
| homepage | |
| repository | https://github.com/blueluna/netlink-rs |
| max_upload_size | |
| id | 90340 |
| size | 82,472 |
Netlink library for rust. Work in progress.
This was made to explore Rust while also exploring how nl80211 works. Thus a netlink subsystem was needed.
As most API's in the Linux kernel realm, this is a bit hairy and incoherent. Most of the energy has been put into the generic Netlink area.
There are some examples in the examples directory. Run them using cargo.
cargo run --example example
cargo run --example uevent_example
Rust 1.30.0 or later is needed.
Tested on following platforms,
Licensed under the MIT license.