#debugging #output #parser #convert #json

darrentsung_debug_parser

Parse the output of std::fmt::Debug

4 releases (2 breaking)

0.3.1 Jun 15, 2023
0.3.0 May 19, 2022
0.2.0 Dec 8, 2021
0.1.3 Dec 8, 2021

#2743 in Parser implementations

Download history 3842/week @ 2024-08-16 3475/week @ 2024-08-23 3534/week @ 2024-08-30 4501/week @ 2024-09-06 3875/week @ 2024-09-13 3431/week @ 2024-09-20 3899/week @ 2024-09-27 2608/week @ 2024-10-04 3571/week @ 2024-10-11 3494/week @ 2024-10-18 3534/week @ 2024-10-25 3617/week @ 2024-11-01 3356/week @ 2024-11-08 3152/week @ 2024-11-15 2012/week @ 2024-11-22 1762/week @ 2024-11-29

10,877 downloads per month
Used in 14 crates (3 directly)

MIT/Apache

24KB
598 lines

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.

Dependencies

~1.5MB
~30K SLoC