Skip to content

Commit a66421d

Browse files
authored
Added badges (#111)
1 parent ac4a46b commit a66421d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `console`
22

3+
[![Build Status](https://github.com/mitsuhiko/console/workflows/CI/badge.svg?branch=master)](https://github.com/mitsuhiko/console/actions?query=workflow%3ACI)
4+
[![Crates.io](https://img.shields.io/crates/d/console.svg)](https://crates.io/crates/console)
5+
[![License](https://img.shields.io/github/license/mitsuhiko/console)](https://github.com/mitsuhiko/console/blob/master/LICENSE)
6+
[![rustc 1.40.0](https://img.shields.io/badge/rust-1.40%2B-orange.svg)](https://img.shields.io/badge/rust-1.40%2B-orange.svg)
7+
[![Documentation](https://docs.rs/console/badge.svg)](https://docs.rs/console)
8+
39
**console** is a library for Rust that provides access to various terminal
410
features so you can build nicer looking command line interfaces. It
511
comes with various tools and utilities for working with Terminals and

0 commit comments

Comments
 (0)