close
The Wayback Machine - https://web.archive.org/web/20200526061016/https://github.com/topics/yaml-parser
Skip to content
#

yaml-parser

Here are 85 public repositories matching this topic...

mkindahl
mkindahl commented Mar 2, 2020

As of 2020-01-27, Rust 1.41 was stable.

As a result of this, the current version (as of 2020-03-02) generate a list of deprecation warnings.

The warnings should be removed from the code and the documentation updated to reflect what the minimum version supported is.

pkese
pkese commented Sep 30, 2019

I'm trying to parse some real world manually written documents with some type inconsistencies:

{
  a_func: ["Math.negate"]
  b_func: ["Math.divide", 1000]
  c_func: "Math.abs"
}

In this case there are just one or two fields like this in otherwise very large documents, so Legivel technically gets me to 99% of my task except for this specific case.

Would it be somehow poss

Improve this page

Add a description, image, and links to the yaml-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yaml-parser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.