Skip Navigation
Zig Programming Language @lemm.ee cryptocode @lemm.ee

[New library] ymlz: small and convenient yaml parser

github.com GitHub - pwbh/ymlz: small and convenient yaml parser

small and convenient yaml parser. Contribute to pwbh/ymlz development by creating an account on GitHub.

GitHub - pwbh/ymlz: small and convenient yaml parser

From the README:

Key Features

  • Simple and straightforward to use thanks to built-in reflections.
  • Just define a struct and accessing it's fields.
  • Supports recursive struct.
  • Deinitialization is handled for you, just call deinit() and you are done.
  • Fields are automatically parsed based on field type.
0
0 comments