Add unmaintained note

This commit is contained in:
David Tolnay 2024-03-24 17:39:45 -07:00
parent 77236b0d50
commit 3ba8462f7d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ Serde YAML
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-serde__yaml-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/serde_yaml) [<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-serde__yaml-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/serde_yaml)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/serde-yaml/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/serde-yaml/actions?query=branch%3Amaster) [<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/serde-yaml/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/serde-yaml/actions?query=branch%3Amaster)
This crate is a Rust library for using the [Serde] serialization framework with Rust library for using the [Serde] serialization framework with data in [YAML]
data in [YAML] file format. file format. _(This project is no longer maintained.)_
[Serde]: https://github.com/serde-rs/serde [Serde]: https://github.com/serde-rs/serde
[YAML]: https://yaml.org/ [YAML]: https://yaml.org/

View File

@ -6,8 +6,8 @@
//! //!
//! <br> //! <br>
//! //!
//! This crate is a Rust library for using the [Serde] serialization framework //! Rust library for using the [Serde] serialization framework with data in
//! with data in [YAML] file format. //! [YAML] file format. _(This project is no longer maintained.)_
//! //!
//! [Serde]: https://github.com/serde-rs/serde //! [Serde]: https://github.com/serde-rs/serde
//! [YAML]: https://yaml.org/ //! [YAML]: https://yaml.org/