tree: 27a4663001d5edf484b1b7161827cb21f1480314 [path history] [tgz]
  1. examples/
  2. src/
  3. .android-checksum.json
  4. .cargo-checksum.json
  5. Android.bp
  6. Cargo.lock
  7. Cargo.toml
  8. cargo_embargo.json
  9. CHANGELOG
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_MIT
  13. README.md
crates/netlink-proto/README.md

Rust async netlink protocol

The netlink-proto crate is an asynchronous implementation of the netlink protocol. It only depends on netlink-packet-core for the NetlinkMessage type and netlink-sys for the socket.