saphyr-serde/saphyr/tests
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
..
basic.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
emitter.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
quickcheck.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
spec_test.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00
spec_test.rs.inc Add LICENSE and build status 2015-05-31 00:13:21 +08:00
specexamples.rs.inc Fix more clippy lints. 2023-08-17 23:31:32 +02:00
test_round_trip.rs Move load_from_* functions in Yaml. 2024-07-03 00:55:41 +02:00