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 Aliases§
- OtBox
- Shorthand for
ot::Box<T> - OtInstance
Box - Shorthand for
ot::Box<ot::Instance>. - OtMessage
Box - Shorthand for
ot::Box<ot::Message<'a>>.