Crates.io | yaml-navigator |
lib.rs | yaml-navigator |
version | 0.2.1 |
source | src |
created_at | 2024-01-10 21:50:26.102462 |
updated_at | 2024-02-13 13:35:29.264974 |
description | A library for writing and running queries against YAML |
homepage | https://github.com/felipesere/yaml-navigator |
repository | https://github.com/felipesere/yaml-navigator |
max_upload_size | |
id | 1095617 |
size | 304,944 |
The goal of this library is to have a jq
-like approach to extracting data out of a serde_yaml::Mapping
.
The syntax is more minimal and focused in extracting values, not producing any new ones.