noyalib 0.0.4

A pure Rust YAML library with zero unsafe code and full serde integration
Documentation
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2026 Noyalib. All rights reserved.

#![allow(non_snake_case)]

mod anchors_aliases;
mod block_scalars;
mod comments;
mod edge_cases;
mod errors;
mod flow_collections;
mod mappings;
mod multi_document;
mod nested;
mod null_bool;
mod numbers;
mod scalars;
mod sequences;
mod special_keys;
mod tags;