Crate facet_yaml

Source
Expand description

Facet logo - a reflection library for Rust

Coverage Status free of syn crates.io documentation MIT/Apache-2.0 licensed Discord

Logo by Misiasart

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed Depot

Provides YAML serialization and deserialization for Facet types.

§License

Licensed under either of:

at your option.

Structs§

YamlSerializer
Serializer for YAML values.

Enums§

YamlSerError
Any error from serializing YAML.

Functions§

from_str
Deserializes a YAML string into a value of type T that implements Facet.
to_string
Serialize any Facet type to a YAML string.