Skip to content

Commit 4526974

Browse files
Add/fix logo attribution
1 parent 59d0c6f commit 4526974

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![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)
88

9-
_Logo by [MisiasArt](https://misiasart.carrd.co)_
9+
_Logo by [MisiasArt](https://misiasart.com)_
1010

1111
### Motivation
1212

rc-zip-sync/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![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)
88

9-
_Logo by [MisiasArt](https://misiasart.carrd.co)_
9+
_Logo by [MisiasArt](https://misiasart.com)_
1010

1111
This crate implements zip archive reading using std (synchronous) I/O traits,
1212
like `std::io::Read`.

rc-zip-tokio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![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)
88

9-
_Logo by [MisiasArt](https://misiasart.carrd.co)_
9+
_Logo by [MisiasArt](https://misiasart.com)_
1010

1111
This crate implements zip archive reading using tokio (asynchronous) I/O traits,
1212
like `tokio:io::AsyncRead`.

rc-zip/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![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)
88

9-
_Logo by [MisiasArt](https://misiasart.carrd.co)_
9+
_Logo by [MisiasArt](https://misiasart.com)_
1010

1111
This is the core rc-zip crate, containing types, parses, and state machines,
1212
and that doesn't do any I/O by itself.

0 commit comments

Comments
 (0)