From ebd54289ed32a1bb3315fc2172cd9f88f112428e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 20 Nov 2022 17:27:32 +0100 Subject: [PATCH] Add badges for uutils-term-grid --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 75dbe03..91114a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Crates.io](https://img.shields.io/crates/v/uutils-term-grid.svg)](https://crates.io/crates/uutils-term-grid) +[![dependency status](https://deps.rs/repo/github/uutils/uutils-term-grid/status.svg)](https://deps.rs/repo/github/uutils/uutils-term-grid) +[![CodeCov](https://codecov.io/gh/uutils/uutils-term-grid/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/uutils-term-grid) + + # uutils-term-grid This library arranges textual data in a grid format suitable for fixed-width fonts, using an algorithm to minimise the amount of space needed.