#coap #iot #no-alloc

no-std coap-message-implementations

Implementations of coap-message traits, and tools for building them

2 releases

0.1.1 Apr 17, 2024
0.1.0 Jan 16, 2024

#22 in #coap

Download history 19/week @ 2024-01-11 6/week @ 2024-01-18 4/week @ 2024-02-15 19/week @ 2024-02-22 63/week @ 2024-02-29 200/week @ 2024-03-07 170/week @ 2024-03-14 124/week @ 2024-03-21 21/week @ 2024-03-28 61/week @ 2024-04-04 168/week @ 2024-04-11 113/week @ 2024-04-18

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

MIT/Apache

73KB
1K SLoC

Maintenance

coap-message-implementations

CoAP message implementation tools and implementations

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 and implementations

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

~1.5MB
~27K SLoC