Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Add unmaintained note
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 25, 2024
1 parent 77236b0 commit 3ba8462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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="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
data in [YAML] file format.
Rust library for using the [Serde] serialization framework with data in [YAML]
file format. _(This project is no longer maintained.)_

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

0 comments on commit 3ba8462

Please sign in to comment.