Skip to content

Commit

Permalink
docs: fix naming in readmes
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 26, 2024
1 parent 668b06d commit a82de80
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
Copyright (C) 2020 Robin Krahl <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

# conflate

<p align="center">
<a href="https://crates.io/crates/conflate"><img src="https://img.shields.io/crates/v/conflate.svg" /></a>
<a href="https://docs.rs/conflate/"><img src="https://img.shields.io/docsrs/conflate?style=flat&amp;labelColor=1c1d42&amp;color=4f396a&amp;logo=Rust&amp;logoColor=white" /></a>
<a href="https://github.com/rustic-rs/conflate/blob/main/"><img src="https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg" /></a>
<a href="https://crates.io/crates/conflate"><img src="https://img.shields.io/crates/d/conflate.svg" /></a>
<p>

The `conflate` crate provides the `Merge` trait that can be used to merge
multiple values into one.

Expand Down
7 changes: 7 additions & 0 deletions crates/conflate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0

# conflate

<p align="center">
<a href="https://crates.io/crates/conflate"><img src="https://img.shields.io/crates/v/conflate.svg" /></a>
<a href="https://docs.rs/conflate/"><img src="https://img.shields.io/docsrs/conflate?style=flat&amp;labelColor=1c1d42&amp;color=4f396a&amp;logo=Rust&amp;logoColor=white" /></a>
<a href="https://github.com/rustic-rs/conflate/blob/main/"><img src="https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg" /></a>
<a href="https://crates.io/crates/conflate"><img src="https://img.shields.io/crates/d/conflate.svg" /></a>
<p>

The `conflate` crate provides the `Merge` trait that can be used to merge
multiple values into one.

Expand Down
7 changes: 7 additions & 0 deletions crates/conflate_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0

# conflate-derive

<p align="center">
<a href="https://crates.io/crates/conflate_derive"><img src="https://img.shields.io/crates/v/conflate_derive.svg" /></a>
<a href="https://docs.rs/conflate_derive/"><img src="https://img.shields.io/docsrs/conflate_derive?style=flat&amp;labelColor=1c1d42&amp;color=4f396a&amp;logo=Rust&amp;logoColor=white" /></a>
<a href="https://github.com/rustic-rs/conflate/"><img src="https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg" /></a>
<a href="https://crates.io/crates/conflate_derive"><img src="https://img.shields.io/crates/d/conflate_derive.svg" /></a>
<p>

This crate provides a derive macro for the `conflate::Merge` crate. See the
[`conflate`][`conflate`] crate for more information.

Expand Down

0 comments on commit a82de80

Please sign in to comment.