C library for reading and writing YAML files with schema validation
C library for reading and writing YAML
libcyaml$ cyaml_read_file(fh, &schema, (void **)&data, &error_string)$ cyaml_write_file(fh, &schema, (void *)&data, &error_string)$ cyaml_free(&schema, (void *)&data)