Crates.io | yary |
lib.rs | yary |
version | 0.1.1 |
source | src |
created_at | 2022-03-27 15:53:03.723735 |
updated_at | 2022-03-27 15:53:03.723735 |
description | Lazy, efficient YAML parsing |
homepage | |
repository | https://github.com/dolysis/yary |
max_upload_size | |
id | 557315 |
size | 449,642 |
Yet Another Rust YAML, or yary, is a library for efficiently parsing YAML document streams. It primary design goals are:
alpha
This library is still in the early stages of development. It does have a fully functional YAML 1.2 parser, but no high level bindings, in-memory graph representation, or safety features.
It does expose a single low level API for iterating over YAML stream events, in
lib/event
, although it is not expected that most users would directly rely on
this module's API, instead using higher level constructs.
1.53
We make no strong guarantees about when this number will jump, and it will be moved as we consume features of newer Rust versions.