Crate run_parser_test_suite

Source
Expand description

A YAML parser and formatter using the libyml library.

This program reads YAML files, parses them using the libyml library, and outputs a formatted representation of the YAML structure.

Modulesยง

Functionsยง

  • main ๐Ÿ”’
    The entry point of the program.
  • print_escaped ๐Ÿ”’ โš 
    Writes an escaped version of a byte slice to the given output.
  • unsafe_main ๐Ÿ”’ โš 
    The main parsing function that processes YAML input and writes formatted output.