struct ec_node * ec_node(const char *typename, const char *id)
Create a new node from its type name.
struct ec_node * ec_yaml_import(const char *filename)
Parse a YAML file and build an ec_node tree from it.
int ec_yaml_export(FILE *out, const struct ec_node *node)
Export an ec_node tree to a YAML formatted stream.