We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
yaml-rust
You can use yaml-rust2 as a drop-in replacement for the original yaml-rust crate.
yaml-rust2
[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.
Cargo.toml
yaml_rust
use yaml_rust::{YamlLoader, YamlEmitter};
yaml-rust2 source code repository
yaml-rust2 releases on crates.io
yaml-rust2 documentation on docs.rs
RUSTSEC-2024-0320
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 originalyaml-rust
crate.This
Cargo.toml
declaration allows you to refer to this crate asyaml_rust
in your code.Links
yaml-rust2 source code repository
yaml-rust2 releases on crates.io
yaml-rust2 documentation on docs.rs
RUSTSEC-2024-0320
The text was updated successfully, but these errors were encountered: