Expand description
A module containing utilities for working with constructs like bitflags and other low level operations.
§Design decisions
Some of the less documented aspects of interacting with netlink are handled internally in the types so that the user does not have to be aware of them.
Structs§
- Netlink
BitArray - A bit array meant to be compatible with the bit array
returned by the
NETLINK_LIST_MEMBERSHIPS
socket operation on netlink sockets.