darrentsung_debug_parser

Crates.iodarrentsung_debug_parser
lib.rsdarrentsung_debug_parser
version0.3.1
sourcesrc
created_at2021-12-08 18:37:45.356347
updated_at2023-06-15 20:59:24.647056
descriptionParse the output of `std::fmt::Debug`
homepage
repositoryhttps://github.com/DarrenTsung/debug_parser
max_upload_size
id494680
size23,685
Darren Tsung (DarrenTsung)

documentation

README

This crate makes a best-effort attempt to parse the output of Rust Debug into a structure. My motivation is to facilitate neater output in evcxr, but there are probably other places where it is useful, e.g. to convert debug output into json to send to some logfile.

Commit count: 11

cargo fmt