// SPDX-License-Identifier: MIT
//! netlink message and socket helpers
//!
//! netlink messages are composed of an header and a playload.
//! playload often contain an "extra header(s)" depending on the message type.
//! the playload may also contains attributes: data prefixed with type and length.
/// helpers for netlink message playload attributes
/// helpers for netlink message
/// helpers for netlink socket
/// various utils