yaml-edit 0.2.1

A lossless parser and editor for YAML files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# YAML-Edit Examples

This directory contains examples demonstrating various features of the yaml-edit library.

## Examples

### Basic Operations
- `edit_example.rs` - Basic editing operations (get/set values)

### YAML Features
- `anchors_comprehensive.rs` - Anchors and aliases (&, *)
- `merge_keys_example.rs` - Merge keys (<<)
- `directive_example.rs` - YAML directives (%YAML, %TAG)

### Validation
- `validator_demo.rs` - Demonstration of YAML validator for spec compliance checking