riot_wrappers::helpers

Module slice_to_cstr

Source
Available on riot_module_vfs only.

Structs§

Traits§

  • Trait that eases conversions from a char slice (no matter the signedness, they are used inconsistently in RIOT) to a CStr. The result is often used with ?.to_str().ok()?.