From 8625336d12f669ef4519806d085474e1ce6527ee Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Thu, 5 Sep 2024 13:56:18 +0200 Subject: [PATCH] Update logo attribution --- README.md | 2 +- rc-zip-sync/README.md | 2 +- rc-zip-tokio/README.md | 2 +- rc-zip/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba2003f..e8c5fc7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.](https://github.com/user-attachments/assets/5fecd286-9518-4a72-b544-56675d7f31f6) -_Logo by [MisiasArt](https://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ ### Motivation diff --git a/rc-zip-sync/README.md b/rc-zip-sync/README.md index 5a4641b..d8d21c3 100644 --- a/rc-zip-sync/README.md +++ b/rc-zip-sync/README.md @@ -6,7 +6,7 @@ ![The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.](https://github.com/user-attachments/assets/5fecd286-9518-4a72-b544-56675d7f31f6) -_Logo by [MisiasArt](https://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ This crate implements zip archive reading using std (synchronous) I/O traits, like `std::io::Read`. diff --git a/rc-zip-tokio/README.md b/rc-zip-tokio/README.md index dd6ad76..04d1b14 100644 --- a/rc-zip-tokio/README.md +++ b/rc-zip-tokio/README.md @@ -6,7 +6,7 @@ ![The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.](https://github.com/user-attachments/assets/5fecd286-9518-4a72-b544-56675d7f31f6) -_Logo by [MisiasArt](https://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ This crate implements zip archive reading using tokio (asynchronous) I/O traits, like `tokio:io::AsyncRead`. diff --git a/rc-zip/README.md b/rc-zip/README.md index 8f718e1..a97ae0d 100644 --- a/rc-zip/README.md +++ b/rc-zip/README.md @@ -6,7 +6,7 @@ ![The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.](https://github.com/user-attachments/assets/5fecd286-9518-4a72-b544-56675d7f31f6) -_Logo by [MisiasArt](https://www.deviantart.com/misiasart)_ +_Logo by [MisiasArt](https://misiasart.carrd.co)_ This is the core rc-zip crate, containing types, parses, and state machines, and that doesn't do any I/O by itself.