From f05f693f3a096edf76b29fe5b17a6a8d33ffcd1b Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 9 Oct 2025 02:27:39 -0400 Subject: [PATCH] docs: improve readme shields * added some shields for better status visibility * changed CI workflow status link to `test.yml` --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97529ac..1299256 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # integer-encoding-rs -[![crates.io](https://img.shields.io/crates/v/integer-encoding.svg)](https://crates.io/crates/integer-encoding) -[![Actions CI](https://github.com/dermesser/integer-encoding-rs/workflows/Actions%20CI/badge.svg)](https://github.com/dermesser/integer-encoding-rs/actions) +[![GitHub repo](https://img.shields.io/badge/github-dermesser/integer--encoding-8da0cb?logo=github)](https://github.com/dermesser/integer-encoding-rs) +[![crates.io version](https://img.shields.io/crates/v/integer-encoding)](https://crates.io/crates/integer-encoding) +[![crate usage](https://img.shields.io/crates/d/integer-encoding)](https://crates.io/crates/integer-encoding) +[![docs.rs status](https://img.shields.io/docsrs/integer-encoding)](https://docs.rs/integer-encoding) +[![crates.io license](https://img.shields.io/crates/l/integer-encoding)](https://github.com/dermesser/integer-encoding-rs/blob/main/LICENSE) +[![CI build status](https://github.com/dermesser/integer-encoding-rs/actions/workflows/test.yml/badge.svg)](https://github.com/dermesser/integer-encoding-rs/actions) [full documentation](https://docs.rs/integer-encoding/) @@ -40,4 +44,3 @@ the last, in which it is cleared. Signed values are first converted to an unsigned representation using zigzag encoding (also described on the page linked above), and then encoded as every other unsigned number. -