Skip to content

Commit f05f693

Browse files
committed
docs: improve readme shields
* added some shields for better status visibility * changed CI workflow status link to `test.yml`
1 parent 5ef95f8 commit f05f693

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# integer-encoding-rs
22

3-
[![crates.io](https://img.shields.io/crates/v/integer-encoding.svg)](https://crates.io/crates/integer-encoding)
4-
[![Actions CI](https://github.com/dermesser/integer-encoding-rs/workflows/Actions%20CI/badge.svg)](https://github.com/dermesser/integer-encoding-rs/actions)
3+
[![GitHub repo](https://img.shields.io/badge/github-dermesser/integer--encoding-8da0cb?logo=github)](https://github.com/dermesser/integer-encoding-rs)
4+
[![crates.io version](https://img.shields.io/crates/v/integer-encoding)](https://crates.io/crates/integer-encoding)
5+
[![crate usage](https://img.shields.io/crates/d/integer-encoding)](https://crates.io/crates/integer-encoding)
6+
[![docs.rs status](https://img.shields.io/docsrs/integer-encoding)](https://docs.rs/integer-encoding)
7+
[![crates.io license](https://img.shields.io/crates/l/integer-encoding)](https://github.com/dermesser/integer-encoding-rs/blob/main/LICENSE)
8+
[![CI build status](https://github.com/dermesser/integer-encoding-rs/actions/workflows/test.yml/badge.svg)](https://github.com/dermesser/integer-encoding-rs/actions)
59

610
[full documentation](https://docs.rs/integer-encoding/)
711

@@ -40,4 +44,3 @@ the last, in which it is cleared.
4044
Signed values are first converted to an unsigned representation using zigzag
4145
encoding (also described on the page linked above), and then encoded as every
4246
other unsigned number.
43-

0 commit comments

Comments
 (0)