From 556f4331b70bcb68795916bbdcc48b9b69a9db79 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:05:45 -0500 Subject: [PATCH] Update README.md - Added badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa61dd3..4b5fda1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Rust Minidisc +![Crates.io Version](https://img.shields.io/crates/v/minidisc?style=for-the-badge) +![docs.rs](https://img.shields.io/docsrs/minidisc?style=for-the-badge) + A library for controlling and interfacing with [MiniDisc](https://en.wikipedia.org/wiki/MiniDisc) devices from within Rust programs. Compatible with many cross platform targets (including Web Assembly!) by using [cross-usb](https://github.com/G2-Games/cross-usb). The feature set is very similar to that of [netmd-js](https://github.com/cybercase/netmd-js) which this library is inspired by. For more information check out the absolutely awesome [Web Minidisc project](https://github.com/asivery/webminidisc), [NetMD-exploits](https://github.com/asivery/netmd-exploits), and the C based [Linux Minidisc project](https://github.com/linux-minidisc/linux-minidisc).