From 638a42eb3f355e6a5230f137dd62a802d168ca8f Mon Sep 17 00:00:00 2001 From: Xavier Date: Thu, 28 Sep 2023 23:42:24 -0400 Subject: [PATCH] Github actions status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6adeebc..dd05aea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Rust](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml/badge.svg)](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml) + # SimpleByteUnit SimpleByteUnit is a crate which provides a thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation.