cdumay_error_yaml 0.1.1

A Rust Library for YAML error
Documentation

cdumay_error_yaml

License: BSD-3-Clause cdumay_error_yaml on crates.io cdumay_error_yaml on docs.rs Source Code Repository

Error wrapper for YAML serialization and deserialization.

This crate provides structured error handling for operations involving YAML encoding and decoding using serde_yaml. It converts raw serde_yaml::Error values into application-friendly typed errors with metadata support via cdumay_error.