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§
- OpenThread API Module
- Prelude namespace for improving the ergonomics of using this crate.
Type Aliases§
- Shorthand for
ot::Box<T>
- Shorthand for
ot::Box<ot::Instance>
. - Shorthand for
ot::Box<ot::Message<'a>>
.