Expand description
VPP API library
Traits, types and helpers for working with API messages and client registrations.
Modules§
- num_
unaligned - Utilities for unaligned numeric types used in VPP API messages.
Structs§
- ApiFixed
String - A string type used in VPP API messages.
- ApiString
- A string type used in VPP API messages.
- Message
- An owned VPP message buffer containing a
T. - Registration
- Registration state for the VPP side of an API client
- Registration
Scope - Scope helper used to obtain short-lived
&mut Registrationborrows. - Stream
- A stream for sending messages to a registration
Traits§
- Endian
Swap - Trait used by generated message types that require endian conversions.
Functions§
- registration_
scope - Execute a closure with a temporary
RegistrationScope.