A robust Rust library that simplifies the serialization and deserialization of Rust data structures to and from YAML format using the widely-used Serde framework.
/// The `error` module contains the `Error` struct and its implementation.
pubmoderror;/// The `path` module contains the `Path` struct and its implementation.
pubmodpath;