heuristic_debug_parser

Crates.ioheuristic_debug_parser
lib.rsheuristic_debug_parser
version0.4.0
created_at2025-12-21 12:57:53.813112+00
updated_at2025-12-28 01:34:45.648075+00
descriptionParse the output of `std::fmt::Debug`
homepage
repositoryhttps://github.com/Sergo007/heuristic_debug_parser
max_upload_size
id1997926
size26,101
Yatsina Serhii (Sergo007)

documentation

README

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

  • Actual libs
  • add support rust key words in struct fields
Commit count: 0

cargo fmt