coap-message-implementations

Crates.iocoap-message-implementations
lib.rscoap-message-implementations
version0.1.6
sourcesrc
created_at2024-01-16 21:44:06.64706
updated_at2024-11-02 00:47:58.464608
descriptionImplementations of coap-message traits, and tools for building them
homepage
repositoryhttps://codeberg.org/chrysn/coap-tools
max_upload_size
id1102009
size52,758
(chrysn)

documentation

https://docs.rs/coap-message-implementations/

README

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.

Commit count: 0

cargo fmt