Expand description
ยงRIOT Rust documentation
This is the entry point for the documentation of Rust functions for RIOT as built by rustdoc.
For how to use Rust on RIOT in general, see the RIOT documentation on Rust.
Relevant crates are:
- riot-wrappers creates safe idiomatic Rust wrappers for everyday use.
- riot-sys maps the raw RIOT functions to unsafe Rust equivalents from bindgen.
- Several riot-module-examples are a mix of
actual example code and convenient tools:
- riot-shell-commands implements the
sleep
,ps
and other shell commands in Rust. - riot-coap-handler-demos implements the
ps
but also file system access and SAUL access over CoAP. - embassy-executor-riot provides an executor for asynchronous functions based on Embassy.
- riot-shell-commands implements the