Module neli::types

source ·
Expand description

Module containing various types used across the various netlink structures used in neli.

Design decisions

These structures are new types rather than type aliases in most cases to allow the internal representation to change without resulting in a breaking change.

Structs

A buffer of bytes.
A buffer of flag constants.
A buffer of generic netlink attributes.
A buffer of netlink messages.
A buffer of rtnetlink attributes.