[][src]Crate defmt_elf2table

This is supported on unstable only.

Reads ELF metadata and builds a defmt interner table.

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

Location
Table

Interner table that holds log levels and maps format strings to indices

Functions

get_locations
parse

Parses an ELF file and returns the decoded defmt table

Type Definitions

Locations