From 9bd1ad820c2e152f6a7cab34a9479734b355dacb Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Thu, 5 Sep 2024 13:56:23 +0200 Subject: [PATCH] Update logo attribution --- README.md | 2 +- merde_json/README.md | 2 +- merde_json_types/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 383d001..76039ab 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![The merde_json 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://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ Do you want to deal with JSON data? Are you not _that_ worried about the performance overhead? (ie. you're writing a backend in Rust, but if it was diff --git a/merde_json/README.md b/merde_json/README.md index 6c07cfa..299c22b 100644 --- a/merde_json/README.md +++ b/merde_json/README.md @@ -6,7 +6,7 @@ ![The merde_json 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://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ `merde_json` covers the "90% use case" for JSON manipulation via traits, declarative macros, and a bit of discipline. diff --git a/merde_json_types/README.md b/merde_json_types/README.md index f04b5da..9acb157 100644 --- a/merde_json_types/README.md +++ b/merde_json_types/README.md @@ -6,7 +6,7 @@ ![The merde_json 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://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ `merde_json_types` is a companion crate to [merde_json](https://crates.io/crates/merde_json), providing wrapper types that solve two problems at once.