Crate openthread
source ·Expand description
This crate contains a type-safe interface to the OpenThread API.
This crate assumes that the OpenThread platform interface have been provided externally, perhaps by a separate crate.
Re-exports
pub use openthread_sys as otsys;
Modules
Type Definitions
Shorthand for
ot::Box<T>
Shorthand for
ot::Box<ot::Instance>
.Shorthand for
ot::Box<ot::Message<'a>>
.