Skip to content

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

@davvid

Description

@davvid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions