ariel_os::debug::log

Module defmt

Available on crate feature defmt only.
Expand description

Selected [defmt] items.

Macros§

Structs§

  • An “adapter” type to feed Debug values into defmt macros, which expect defmt::Format values.
  • An “adapter” type to feed Display values into defmt macros, which expect defmt::Format values.
  • Handle to a defmt logger.
  • An interned string created via intern!.

Traits§

  • Trait for types that can be formatted via defmt.

Derive Macros§