saphyr-serde/saphyr/examples
Ethiraric 23c0b3c547 Move load_from_* functions in Yaml.
This would make more sense in user code:
```rs
Yaml::load_from_str("foo"); // Explicit that we're parsing YAML
load_from_str("foo"); // Too implicit, too generic, may be from another
                         lib
```

Plus, this mirrors `MarkedYaml`'s behavior.
2024-07-03 00:55:41 +02:00
..
dump_yaml.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00