RIOT-OS / rust-riot-wrappers

The `riot-wrappers` crate, which enables high-level access to RIOT from the Rust programming language
13 stars 11 forks source link

Shell: Usability fixes and test #102

Closed chrysn closed 4 weeks ago

chrysn commented 4 weeks ago

This primarily fixes https://github.com/RIOT-OS/rust-riot-wrappers/issues/76 by returning an impl trait in a trait (which was not available back around 0.7 when that issue was introduced).

To avoid this kind of regressions in the future, a test is added.