use-yaml
Practical YAML utility primitives for lightweight document markers, indentation, and key-value handling.
Warning: versions below
0.3.0are experimental and may change as the crate matures.
Example Usage
use ;
let values = extract_yaml_key_values;
assert!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- document marker detection and stripping
- list-item and indentation helpers
- conservative mapping-style key-value splitting and extraction
Non-Goals
- a full YAML parser
- anchor or alias resolution
- schema validation
License
Licensed under either of the following, at your option:
- MIT License
- Apache License, Version 2.0