saphyr-serde/saphyr/tests
Ethiraric d2caaf2ab3 Prepare the ground for annotated parsing.
* Make `YamlLoader` generic on the type of the `Node`. This is required
   because deeper node need to have annotations too.
 * Add a `LoadableYamlNode` trait, required for YAML node types to be
   loaded by `YamlLoader`. It contains methods required by `YamlLoader`
   during loading.
 * Implement `LoadableYamlNode` for `Yaml`.
 * Take `load_from_str` out of `YamlLoader` for parsing non-annotated
   nodes. This avoids every user to specify the generics in
   `YamlLoader::<Yaml>::load_from_str`.
2024-07-03 00:55:41 +02:00
..
basic.rs Prepare the ground for annotated parsing. 2024-07-03 00:55:41 +02:00
emitter.rs Prepare the ground for annotated parsing. 2024-07-03 00:55:41 +02:00
quickcheck.rs Prepare the ground for annotated parsing. 2024-07-03 00:55:41 +02:00
spec_test.rs Prepare the ground for annotated parsing. 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 Prepare the ground for annotated parsing. 2024-07-03 00:55:41 +02:00