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§

ot
OpenThread API Module
prelude
Prelude namespace for improving the ergonomics of using this crate.

Type Aliases§

OtBox
Shorthand for ot::Box<T>
OtInstanceBox
Shorthand for ot::Box<ot::Instance>.
OtMessageBox
Shorthand for ot::Box<ot::Message<'a>>.