debug_parser

Crates.iodebug_parser
lib.rsdebug_parser
version0.1.4
sourcesrc
created_at2021-11-25 22:41:51.567742
updated_at2022-05-30 09:54:20.195161
descriptionparse the output of `std::fmt::Debug` using a heuristic best guess
homepage
repositoryhttps://github.com/derekdreery/debug_parser
max_upload_size
id487819
size17,084
Richard Dodd (derekdreery)

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: 5

cargo fmt