File: README.md

package info (click to toggle)
rust-yaml-edit 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,676 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
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