From 41447cca4743657b6c52699941e2d5d7c9c872f6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 11 Feb 2024 12:49:08 +0100 Subject: [PATCH] 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