riot_wrappers::shell

Module args

Source
Available on riot_module_shell only.

Structs§

  • Newtype around an (argc, argv) C style string array that presents itself as much as an &'a [&'a str] as possible. (Slicing is not implemented for reasons of laziness).
  • Iterator of Args, created using Args::iter()

Functions§