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ยง
- cstr ๐
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.