From fef5e4f832e3c400739e0ad9b3d9c9d56742b185 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Tue, 17 Sep 2024 11:20:17 +0200 Subject: [PATCH] Add/fix logo attribution --- README.md | 2 +- merde_core/README.md | 2 +- merde_json/README.md | 2 ++ merde_time/README.md | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 886e6c3..c8eb6e5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f) -_Logo by [MisiasArt](https://misiasart.carrd.co)_ +_Logo by [MisiasArt](https://misiasart.com)_ A simpler (and slightly shittier) take on [serde](https://crates.io/crates/serde) diff --git a/merde_core/README.md b/merde_core/README.md index 4f150bb..cbfa2f4 100644 --- a/merde_core/README.md +++ b/merde_core/README.md @@ -6,7 +6,7 @@ ![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f) -_Logo by [MisiasArt](https://misiasart.carrd.co)_ +_Logo by [MisiasArt](https://misiasart.com)_ The `merde` family of crates aims to provide a lighter, simpler, and build-time-friendly alternative to `serde`. diff --git a/merde_json/README.md b/merde_json/README.md index 7511542..27b240f 100644 --- a/merde_json/README.md +++ b/merde_json/README.md @@ -6,6 +6,8 @@ ![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f) +_Logo by [MisiasArt](https://misiasart.com)_ + Adds JSON serialization/deserialization support for [merde](https://crates.io/crates/merde). diff --git a/merde_time/README.md b/merde_time/README.md index 8deaba8..ff69eda 100644 --- a/merde_time/README.md +++ b/merde_time/README.md @@ -6,6 +6,8 @@ ![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f) +_Logo by [MisiasArt](https://misiasart.com)_ + Provides an `Rfc3339` wrapper type that implements: * `ValueDeserialize` from the [merde_core](https://crates.io/crates/merde_core) crate