Modules§
- macros
- wrappers
- Newtypes that implement styles of display that can not be expressed with a unified portable expression in both defmt and Rust string formatting.
Macros§
- assert
- assert_
eq - assert_
ne - debug
- debug_
assert - debug_
assert_ eq - debug_
assert_ ne - error
- expect
- info
- intern
- panic
- todo
- trace
- unimplemented
- unreachable
- unwrap
- warn
Structs§
- Debug2
Format - Copy of defmt::Debug2Format, except it behaves transparent if log is enabled
- Display2
Format - Copy of defmt::Display2Format, except it behaves transparent if log is enabled
Traits§
- Format
OrDebug - A trait that describes a type which can be logged with defmt or log, depending on the current configuration.