yaml-rust2 VS yaml-rust

Compare yaml-rust2 vs yaml-rust and see what are their differences.

yaml-rust2

A pure Rust YAML implementation. (by Ethiraric)

yaml-rust

A pure rust YAML implementation. (by chyh1990)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
yaml-rust2 yaml-rust
1 4
92 597
- -
9.2 0.0
25 days ago about 2 months ago
Rust Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

yaml-rust2

Posts with mentions or reviews of yaml-rust2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Tech Debt: My Rust Library Is Now a CDO
    5 projects | news.ycombinator.com | 26 Mar 2024
    Somewhat fortuitous that someone already forked yaml-rust and rewrote it in pure Rust to create yaml-rust2 (https://github.com/Ethiraric/yaml-rust2/blob/master/document...). Pretty cool that the fork fully passes the YAML test suite as well and is more performant on benchmarks. The migration appears straightforward too.

    Ultimately, the problem remains - we're dependent on the work of others who are happy to provide us with free labour for now, but may not be in perpetuity. I don't know that there's a way around that.

yaml-rust

Posts with mentions or reviews of yaml-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-21.
  • Project idea: port markdownlint to Rust
    9 projects | /r/rust | 21 Apr 2023
    Either https://github.com/chyh1990/yaml-rust or https://github.com/dtolnay/serde-yaml for parsing the YAML config file that markdownlint uses
  • Borrow checker not liking recursive walk through a HashMap
    1 project | /r/rust | 3 Jan 2023
    Here's the Rust code so far -- the commented portions are my intent via pseudocode. This is part of an implementation where there's a _yaml_hash member that points to yaml_rust's underlying LinkedHashMap. (Also using anyhow's bail! and Result.)
  • How to deal with unmaintained crates? (eg. yaml-rust)
    6 projects | /r/rust | 9 Jan 2022
    The first thing I did was to find the crate yaml-rust and it seems it isn't really maintained anymore. It has not been updated in a year and there's a lot of PR's and unresolved issues, the CI is broken... So here is my open ended question.
  • YAML and Configuration Files
    12 projects | news.ycombinator.com | 14 Aug 2021
    Currently, my main concern with YAML is that, by the spec, comments are not attached to a particular node (see https://yaml.org/spec/1.2/spec.html#id2767100). As a result, a lot of YAML parsers (like https://github.com/yaml/libyaml and https://github.com/chyh1990/yaml-rust) only filter out the comments during the parsing phase. This makes it less than ideal for a use-case where the configuration file is expected to be modified by both programs and humans.

    TOML makes it more trivial to associate comments with a node. This is mainly because the language is simpler though, as the spec is not explicit about that (https://github.com/chyh1990/yaml-rust).

What are some alternatives?

When comparing yaml-rust2 and yaml-rust you can also consider the following projects:

reindeer - Reindeer is a tool to transform Rust Cargo dependencies into generated Buck build rules

serde-yaml - Strongly typed YAML library for Rust

serde - Serialization framework for Rust

strictyaml - Type-safe YAML parser and validator.

cue - CUE has moved to https://github.com/cue-lang/cue

libyaml-rust - LibYAML bindings for Rust

ytt - YAML templating tool that works on YAML structure instead of text

json5 - JSON5 — JSON for Humans

cue - The home of the CUE language! Validate and define text-based and dynamic configuration

skylark - Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net]

libyaml - Canonical source repository for LibYAML

hjson-js - Hjson for JavaScript