| Crates.io | darrentsung_debug_parser |
| lib.rs | darrentsung_debug_parser |
| version | 0.3.1 |
| created_at | 2021-12-08 18:37:45.356347+00 |
| updated_at | 2023-06-15 20:59:24.647056+00 |
| description | Parse the output of `std::fmt::Debug` |
| homepage | |
| repository | https://github.com/DarrenTsung/debug_parser |
| max_upload_size | |
| id | 494680 |
| size | 23,685 |
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.