debug_parser 0.1.4

parse the output of `std::fmt::Debug` using a heuristic best guess
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.