From 3861a8b6f96a93ea8c39d674463ce95ac6db9b7b Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Wed, 4 Sep 2024 09:57:12 +0200 Subject: [PATCH] Add rc-zip logo to main crate, too --- rc-zip/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rc-zip/README.md b/rc-zip/README.md index 37bc447..8f718e1 100644 --- a/rc-zip/README.md +++ b/rc-zip/README.md @@ -1,5 +1,13 @@ +[![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)_ + This is the core rc-zip crate, containing types, parses, and state machines, and that doesn't do any I/O by itself.