netlink-sys-mio-0-8

Crates.ionetlink-sys-mio-0-8
lib.rsnetlink-sys-mio-0-8
version0.8.3
sourcesrc
created_at2022-04-16 02:27:59.828022+00
updated_at2022-04-16 02:27:59.828022+00
descriptionnetlink sockets, with optional integration with tokio (updated for mio 0.8)
homepagehttps://github.com/hugo-cuenca/netlink
repositoryhttps://github.com/hugo-cuenca/netlink
max_upload_size
id568808
size82,710
(hugo-cuenca)

documentation

README

netlink-sys-mio0.8

Forked from netlink-sys, bumped the mio version to 0.8.

Original README.md follows:

Build Status

Netlink

This project aims at providing building blocks for netlink (see man 7 netlink).

Organization

Altnernatives

Credits

My main resource so far has been the source code of pyroute2 (python) and netlink (golang) a lot. These two projects are great, and very nicely written. As someone who does not read C fluently, and that does not know much about netlink, they have been invaluable.

I'd also like to praise libnl for its documentation. It helped me a lot in understanding the protocol basics.

The whole packet parsing logic is inspired by @whitequark excellent blog posts (part 1, part 2 and part 3, although I've only really used the concepts described in the first blog post).

Thanks also to the people behind tokio for the amazing tool they are building, and the support they provide.

Commit count: 614

cargo fmt