YAML implementation for Serde based on the C LibYAML library
DEPRECATED — `libyml` is unmaintained. This release is a thin compatibility shim that forwards every call to `unsafe-libyaml` (the upstream C-libyaml translation `libyml` was originally forked from). Please migrate to `unsafe-libyaml`, `yaml-rust2`, or `noyalib`.
Safe Rust bindings for libfyaml YAML parser with DOM navigation, path queries, and serde-compatible Value type
YAML (de)serializer for Serde, emphasizing panic-free parsing and good error reporting
Temp copy for serde_yaml_bw until version 2.5.3 is on crates. YAML support for Serde with an emphasis on panic-free parsing (including malformed YAML).
YAML support for Serde with an emphasis on panic-free parsing (including malformed YAML).
YAML parser that captures detailed span information.
DEPRECATED — `serde_yml` is unmaintained. This release is a thin compatibility shim that forwards every call to `noyalib` (a pure-Rust, `#![forbid(unsafe_code)]` YAML library). Please migrate to `noyalib`.
A pure Rust YAML library with zero unsafe code and full serde integration
C to Rust translation, refactoring, and cross-checking
Type cast helpers for use with C2Rust's inline assembly implementation
Rust AST builder support crate for the C2Rust project