From 41447cca4743657b6c52699941e2d5d7c9c872f6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 11 Feb 2024 12:49:08 +0100 Subject: [PATCH 1/2] add badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8669475..6da2c3f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![Crates.io](https://img.shields.io/crates/v/ansi-width.svg)](https://crates.io/crates/ansi-width) +[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/wQVJbvJ) +[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/ansi-width/blob/main/LICENSE) +[![dependency status](https://deps.rs/repo/github/uutils/ansi-width/status.svg)](https://deps.rs/repo/github/uutils/ansi-width) + +[![CodeCov](https://codecov.io/gh/uutils/ansi-width/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/ansi-width) + # ANSI width Measure the width of a string when printed to the terminal From 353d549d79a4c2ecd6b102330715167864cdcc75 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 12 Feb 2024 09:38:23 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Daniel Hofstetter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da2c3f..b698825 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/ansi-width/blob/main/LICENSE) [![dependency status](https://deps.rs/repo/github/uutils/ansi-width/status.svg)](https://deps.rs/repo/github/uutils/ansi-width) -[![CodeCov](https://codecov.io/gh/uutils/ansi-width/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/ansi-width) +[![CodeCov](https://codecov.io/gh/uutils/ansi-width/branch/main/graph/badge.svg)](https://codecov.io/gh/uutils/ansi-width) # ANSI width