coap-message-implementations

Crates.iocoap-message-implementations
lib.rscoap-message-implementations
version0.1.1
sourcesrc
created_at2024-01-16 21:44:06.64706
updated_at2024-04-17 13:23:46.587054
descriptionImplementations of coap-message traits, and tools for building them
homepage
repositoryhttps://codeberg.org/chrysn/coap-tools
max_upload_size
id1102009
size41,039
(chrysn)

documentation

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

README

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

Commit count: 0

cargo fmt