From fec0131e4ab3ce38128c92fabd28bb6fc6c59c1c Mon Sep 17 00:00:00 2001 From: melkor Date: Mon, 18 Mar 2024 11:48:43 -0700 Subject: [PATCH] Add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 76da07c..c323043 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Peppi +[![test](https://github.com/hohav/peppi/actions/workflows/test.yml/badge.svg)](https://github.com/hohav/peppi/actions/workflows/Build.yml) +[![](https://img.shields.io/crates/v/peppi.svg)](https://crates.io/crates/peppi) +[![](https://docs.rs/peppi/badge.svg)](https://docs.rs/peppi/) + Peppi is a Rust parser for [.slp](https://github.com/project-slippi/slippi-wiki/blob/master/SPEC.md) game replay files for [Super Smash Brothers Melee](https://en.wikipedia.org/wiki/Super_Smash_Bros._Melee) for the Nintendo GameCube. These replays are generated by Jas Laferriere's [Slippi](https://github.com/JLaferri/project-slippi) recording code, which runs on a Wii or the [Dolphin](https://dolphin-emu.org/) emulator. ## Installation