#coap #iot #no-alloc

no-std coap-message-implementations

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

7 releases

new 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

#56 in No standard library

Download history 420/week @ 2024-07-12 92/week @ 2024-07-19 194/week @ 2024-07-26 617/week @ 2024-08-02 170/week @ 2024-08-09 535/week @ 2024-08-16 391/week @ 2024-08-23 634/week @ 2024-08-30 892/week @ 2024-09-06 907/week @ 2024-09-13 786/week @ 2024-09-20 456/week @ 2024-09-27 482/week @ 2024-10-04 447/week @ 2024-10-11 689/week @ 2024-10-18 706/week @ 2024-10-25

2,341 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

89KB
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