[−][src]Crate defmt_decoder
This is supported on
unstable only.Decodes defmt log frames
This is an implementation detail of probe-run and
not meant to be consumed by other tools at the moment so all the API is unstable.
Structs
| DisplayFrame | Prints a |
| DisplayMessage | |
| Frame | A log frame |
| StringEntry | |
| Table | Interner table that holds log levels and maps format strings to indices |
| TableEntry |
Enums
| DecodeError | |
| Level | |
| Tag |
Constants
| DEFMT_VERSION | Supported |
Functions
| check_version | Checks if the version encoded in the symbol table is compatible with this version of the
|
| decode | decode the data sent by the device using the previosuly stored metadata |