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