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.
/// YAML emitter.
pubmodemitter;/// Error handling.
pubmoderror;/// YAML parser.
pubmodparser;/// C string handling.
pubmodsafe_cstr;/// Tag directive handling.
pubmodtag;/// Utility types.
pubmodutil;useself::error::Error;