Module aversion::util[][src]

Expand description

Useful data structures for use with aversion

This module provides sample data structures for users who just want to get started and don’t want to implement the DataSource trait themselves.

[FixedHeader] is a basic message header struct that implements the GroupHeader trait.

The cbor module includes CborData, a DataSource/DataSink that uses the CBOR serialization format for messages.

Modules

Provides a DataSink and DataSource using the CBOR format.

Structs

A header that can be serialized into a fixed-size buffer.

A header that can be serialized into a fixed-size buffer.