noyalib 0.0.5

A pure Rust YAML library with zero unsafe code and full serde integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2026 Noyalib. All rights reserved.

// Collection of YAML spec-derived integration tests.
//
// Adapted from the yaml-test-suite and serde-saphyr patterns for noyalib.
// Tests are organized by YAML feature category.

#![allow(missing_docs)]

#[path = "spec/mod.rs"]
mod cases;