RIOT-OS / rust-riot-wrappers

The `riot-wrappers` crate, which enables high-level access to RIOT from the Rust programming language
13 stars 10 forks source link

coap: Update to coap-message-0.3 #72

Closed chrysn closed 9 months ago

chrysn commented 9 months ago

This adds support for coap-message 0.3 and coap-handler 0.2 -- breaking changes in the CoAP traits.

Both can be supported in parallel, and the change is compatible; the 0.2 can be lugged around for some time, although it is expected that sooner or later they will be dropped as part of a breaking change to reduce the amount of dead code and old dependencies.