Crates.io | debug_parser |
lib.rs | debug_parser |
version | 0.1.4 |
source | src |
created_at | 2021-11-25 22:41:51.567742 |
updated_at | 2022-05-30 09:54:20.195161 |
description | parse the output of `std::fmt::Debug` using a heuristic best guess |
homepage | |
repository | https://github.com/derekdreery/debug_parser |
max_upload_size | |
id | 487819 |
size | 17,084 |
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.