Expand description

Implementation of coap_message::ReadableMessage based on a serialized message

Message is the main struct of this module.

Structs

A CoAP message that resides in contiguous readable memory

A simple coap_message::MessageOption implementation for memory-mapped CoAP messages

An iterator producing MessageOptions by running along an encoded CoAP message options stream by using a OptPayloadReader and discarding the payload.