defmt-ringbuf

Crates.iodefmt-ringbuf
lib.rsdefmt-ringbuf
version0.2.0
sourcesrc
created_at2023-03-03 15:49:06.734287
updated_at2023-03-06 14:50:28.346037
descriptiondefmt persistent ring buffer logger
homepage
repositoryhttps://github.com/surban/openemc
max_upload_size
id799817
size23,622
Sebastian Urban (surban)

documentation

README

defmt-ringbuf

This crate stores defmt log messages in a simple ring buffer that is persisted across resets. You still need to read the messages from the buffer and transfer them to a host for formatting.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in defmt-ringbuf by you shall be licensed as above, without any additional terms or conditions.

Commit count: 131

cargo fmt