debug_parser

parse the output of `std::fmt::Debug` using a heuristic best guess


Licenses
MIT/Apache-2.0

Documentation

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.