Skip to content

Commit

Permalink
Update logo attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 5, 2024
1 parent 35cdb82 commit 8625336
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rc-zip-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion rc-zip-tokio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion rc-zip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8625336

Please sign in to comment.