#coap #iot

no-std coap-message-utils

Utilities for implementing coap-message traits

8 releases

0.2.2 Dec 30, 2022
0.2.1 Dec 8, 2022
0.2.0 Sep 20, 2022
0.1.2 Feb 25, 2022
0.0.1 Nov 28, 2020

#20 in #coap

Download history 61/week @ 2022-12-06 23/week @ 2022-12-13 34/week @ 2022-12-20 63/week @ 2022-12-27 32/week @ 2023-01-03 48/week @ 2023-01-10 26/week @ 2023-01-17 32/week @ 2023-01-24 49/week @ 2023-01-31 37/week @ 2023-02-07 44/week @ 2023-02-14 43/week @ 2023-02-21 19/week @ 2023-02-28 27/week @ 2023-03-07 42/week @ 2023-03-14 13/week @ 2023-03-21

102 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

32KB
531 lines

Build Status Maintenance

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.

License: MIT OR Apache-2.0


lib.rs:

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.

Dependencies

~730KB
~16K SLoC