riot_wrappers/coap_handler/
mod.rs

1
2
3
4
//! This module provides a wrappers around a [coap_handler::Handler](coap_handler_0_2::Handler) in
//! different versions, all of which can be registered at a RIOT GcoapHandler.

pub mod v0_2;