Crate kwap_msg[][src]

Expand description

Low-level representation of CoAP messages.

Performs comparably* to the Packet structure in coap_lite

* (benchmark data available for this library as well as coap_lite)

If you’re a library user, you probably want req/resp instead!

Modules

Identical to crate::no_alloc, but replaces all fixed-capacity stack-allocated buffers with dynamically growable structures.

Fixed capacity representations of raw CoAP messages.

Traits

Trait for converting a sequence of bytes into some data structure