Crate netlink_rust[][src]

Modules

generic
route

Macros

extended_enum

Creates an enum with various traits. The first key-value pair is the default used if any conversion would fail.

extended_enum_default

Creates an enum with various traits. The first key-value pair is the default used if any conversion would fail.

Structs

Attribute
Error

The Error type.

HardwareAddress

HardwareAddress is an eight octet identifier used for example as the MAC address for Ethernet (802.3), Bluetooth or Wi-Fi (802.11)

Socket

Netlink Socket can be used to communicate with the Linux kernel using the netlink protocol.

Enums

Message
MessageMode
Protocol

Traits

ConvertFrom

A trait for converting a value from one type to another. Any failure in converting will return None.

NativeRead
NativeWrite

Functions

parse_attributes

Type Definitions

Result

Convenient wrapper around std::Result.