defmt-print

Crates.iodefmt-print
lib.rsdefmt-print
version
sourcesrc
created_at2021-01-15 13:47:03.957801
updated_at2025-01-08 11:35:30.717378
descriptionA tool that decodes defmt logs and prints them to the console
homepage
repositoryhttps://github.com/knurling-rs/defmt
max_upload_size
id342387
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(knurling-team)

documentation

README

defmt-print

A tool to decode and print defmt data

There's no stable library API to decode defmt log frames but this tool can be used to decode defmt data and print it to the console.

Support

defmt-print is part of the Knurling project, Ferrous Systems' effort at improving tooling used to develop for embedded systems.

If you think that our work is useful, consider sponsoring it via GitHub Sponsors.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Commit count: 2194

cargo fmt