[][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 Frame when formatted via fmt::Display, including all included metadata (level, timestamp, ...).

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 defmt wire format

Functions

check_version

Checks if the version encoded in the symbol table is compatible with this version of the decoder crate

decode

decode the data sent by the device using the previosuly stored metadata