#coap-message #coap #iot #no-alloc

no-std coap-message-implementations

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

11 releases

Uses new Rust 2024

0.1.10 Oct 15, 2025
0.1.9 Oct 15, 2025
0.1.7 Nov 25, 2024
0.1.5 Aug 28, 2024
0.1.0 Jan 16, 2024

#125 in No standard library

Download history 1732/week @ 2025-09-21 1269/week @ 2025-09-28 1525/week @ 2025-10-05 2882/week @ 2025-10-12 2875/week @ 2025-10-19 1752/week @ 2025-10-26 2758/week @ 2025-11-02 1451/week @ 2025-11-09 1968/week @ 2025-11-16 2004/week @ 2025-11-23 2802/week @ 2025-11-30 1679/week @ 2025-12-07 3094/week @ 2025-12-14 39/week @ 2025-12-21 161/week @ 2025-12-28 2021/week @ 2026-01-04

5,411 downloads per month
Used in 7 crates (6 directly)

MIT/Apache

99KB
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.88.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

~1.4–2MB
~40K SLoC