#output #debugging #log-file #parse #heuristic #convert #send

debug_parser

parse the output of std::fmt::Debug using a heuristic best guess

3 releases

0.1.4 May 30, 2022
0.1.2 Nov 25, 2021
0.1.1 Nov 25, 2021
0.1.0 Nov 25, 2021

#2477 in Parser implementations

Download history 6/week @ 2023-11-27 6/week @ 2023-12-04 53/week @ 2023-12-11 23/week @ 2023-12-18 25/week @ 2024-01-01 65/week @ 2024-01-08 24/week @ 2024-01-15 41/week @ 2024-01-22 19/week @ 2024-01-29 15/week @ 2024-02-05 16/week @ 2024-02-12 50/week @ 2024-02-19 28/week @ 2024-02-26 1/week @ 2024-03-04 25/week @ 2024-03-11

104 downloads per month

MIT/Apache

18KB
442 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

~1MB
~21K SLoC