#coap #iot #no-alloc

no-std coap-message-implementations

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

7 releases

0.1.6 Nov 2, 2024
0.1.5 Aug 28, 2024
0.1.2 May 20, 2024
0.1.1 Apr 17, 2024
0.1.0 Jan 16, 2024

#313 in No standard library

Download history 256/week @ 2024-07-29 579/week @ 2024-08-05 277/week @ 2024-08-12 432/week @ 2024-08-19 698/week @ 2024-08-26 461/week @ 2024-09-02 893/week @ 2024-09-09 846/week @ 2024-09-16 897/week @ 2024-09-23 372/week @ 2024-09-30 523/week @ 2024-10-07 361/week @ 2024-10-14 852/week @ 2024-10-21 976/week @ 2024-10-28 700/week @ 2024-11-04 895/week @ 2024-11-11

3,433 downloads per month
Used in 6 crates (5 directly)

MIT/Apache

90KB
1.5K SLoC

coap-message-implementations License: MIT OR Apache-2.0 coap-message-implementations on crates.io coap-message-implementations on docs.rs Source Code Repository Rust Version: 1.79.0

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

~1MB
~24K SLoC