Skip to content

Commit

Permalink
feat: Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 4, 2024
1 parent 818d391 commit 33e6746
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# rc-zip

[![test pipeline](https://github.com/bearcove/rc-zip/actions/workflows/test.yml/badge.svg)](https://github.com/bearcove/rc-zip/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/bearcove/rc-zip/branch/main/graph/badge.svg)](https://codecov.io/gh/bearcove/rc-zip/)
[![MIT OR Apache-2.0 licensed](https://img.shields.io/badge/license-MIT+Apache_2.0-blue.svg)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/rc-zip)](https://crates.io/crates/rc-zip)
[![docs.rs](https://docs.rs/rc-zip/badge.svg)](https://docs.rs/rc-zip)

# rc-zip

![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)_

### Motivation

Expand Down
10 changes: 9 additions & 1 deletion rc-zip-sync/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[![MIT OR Apache-2.0 licensed](https://img.shields.io/badge/license-MIT+Apache_2.0-blue.svg)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/rc-zip-sync)](https://crates.io/crates/rc-zip-sync)
[![docs.rs](https://docs.rs/rc-zip-sync/badge.svg)](https://docs.rs/rc-zip-sync)

# rc-zip-sync

![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)_

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

See also [rc-zip-tokio](https://crates.io/crates/rc-zip-tokio).
See also [rc-zip-tokio](https://crates.io/crates/rc-zip-tokio).
9 changes: 8 additions & 1 deletion rc-zip-tokio/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[![MIT OR Apache-2.0 licensed](https://img.shields.io/badge/license-MIT+Apache_2.0-blue.svg)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/rc-zip-tokio)](https://crates.io/crates/rc-zip-tokio)
[![docs.rs](https://docs.rs/rc-zip-tokio/badge.svg)](https://docs.rs/rc-zip-tokio)

# rc-zip-tokio

![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)_

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

See also [rc-zip-sync](https://crates.io/crates/rc-zip-sync).

0 comments on commit 33e6746

Please sign in to comment.