Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read This First ~ Switch to the actively maintained yaml-rust2 fork #200

Open
davvid opened this issue Mar 26, 2024 · 0 comments
Open

Read This First ~ Switch to the actively maintained yaml-rust2 fork #200

davvid opened this issue Mar 26, 2024 · 0 comments

Comments

@davvid
Copy link

davvid commented Mar 26, 2024

Dear yaml-rust users,

Please consider switching to yaml-rust2.

yaml-rust2 is a fully compliant YAML 1.2 implementation written in pure Rust.

yaml-rust2 is based on yaml-rust with fixes towards being compliant to the YAML test suite.

Upgrading from yaml-rust

You can use yaml-rust2 as a drop-in replacement for the original yaml-rust crate.

[dependencies]
yaml-rust = { version = "0.8", package = "yaml-rust2" }

This Cargo.toml declaration allows you to refer to this crate as yaml_rust in your code.

use yaml_rust::{YamlLoader, YamlEmitter};

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant