#debugging #parser #convert #json #output

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

#2668 in Parser implementations

Download history 2055/week @ 2024-11-21 2051/week @ 2024-11-28 2793/week @ 2024-12-05 3033/week @ 2024-12-12 1923/week @ 2024-12-19 757/week @ 2024-12-26 3249/week @ 2025-01-02 4211/week @ 2025-01-09 3768/week @ 2025-01-16 3567/week @ 2025-01-23 3433/week @ 2025-01-30 2678/week @ 2025-02-06 3287/week @ 2025-02-13 4724/week @ 2025-02-20 5236/week @ 2025-02-27 3745/week @ 2025-03-06

17,401 downloads per month
Used in 18 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
~29K SLoC