saphyr-serde/saphyr/src
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
..
annotated Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
annotated.rs Implement LoadableYamlNode for MarkedYaml. 2024-07-03 00:55:41 +02:00
char_traits.rs yaml-rust2 -> saphyr 2024-04-02 18:49:52 +02:00
emitter.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
encoding.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
lib.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
loader.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
macros.rs Add base support for annotated YAML objects. 2024-07-03 00:55:41 +02:00
yaml.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00