[][src]Crate coap_message_utils

CoAP message implementation tools

This crate contains utilities for creating own implementations of the coap_message traits, as well as some basic implementations that may be useful for CoAP libraries.

The implementations aim for being easy and straightforward. While they are largely usable on embedded systems, it is expected that more optimized versions are used in that area when byte comes to shove.

Modules

inmemory

Implementation of coap_message::ReadableMessage based on a serialized message

option_extension

Tools for handling the extension encoding of CoAP options

option_iteration

Tools for iterating over encoded messages