| Crates.io | heuristic_debug_parser |
| lib.rs | heuristic_debug_parser |
| version | 0.4.0 |
| created_at | 2025-12-21 12:57:53.813112+00 |
| updated_at | 2025-12-28 01:34:45.648075+00 |
| description | Parse the output of `std::fmt::Debug` |
| homepage | |
| repository | https://github.com/Sergo007/heuristic_debug_parser |
| max_upload_size | |
| id | 1997926 |
| size | 26,101 |
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 test pretty response, but there are probably other places where it is useful, e.g. to convert debug output into json to send to some logfile.
Fork from
Which differentes