diff --git a/README.md b/README.md index 30d52ab..8640a1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rust-ansi-term [![ansi-term on crates.io](http://meritbadge.herokuapp.com/ansi-term)](https://crates.io/crates/ansi_term) [![Build status](https://img.shields.io/travis/ogham/rust-ansi-term/master.svg?style=flat)](https://travis-ci.org/ogham/rust-ansi-term) [![Build status](https://img.shields.io/appveyor/ci/ogham/rust-ansi-term/master.svg?style=flat&logo=AppVeyor&logoColor=silver)](https://ci.appveyor.com/project/ogham/rust-ansi-term) [![Coverage status](https://coveralls.io/repos/ogham/rust-ansi-term/badge.svg?branch=master&service=github)](https://coveralls.io/github/ogham/rust-ansi-term?branch=master) +# rust-ansi-term [![ansi-term on crates.io](https://img.shields.io/crates/v/ansi-term.svg)](https://crates.io/crates/ansi_term) [![Build status](https://img.shields.io/travis/ogham/rust-ansi-term/master.svg?style=flat)](https://travis-ci.org/ogham/rust-ansi-term) [![Build status](https://img.shields.io/appveyor/ci/ogham/rust-ansi-term/master.svg?style=flat&logo=AppVeyor&logoColor=silver)](https://ci.appveyor.com/project/ogham/rust-ansi-term) [![Coverage status](https://coveralls.io/repos/ogham/rust-ansi-term/badge.svg?branch=master&service=github)](https://coveralls.io/github/ogham/rust-ansi-term?branch=master) This is a library for controlling colours and formatting, such as red bold text or blue underlined text, on ANSI terminals. @@ -7,7 +7,7 @@ This is a library for controlling colours and formatting, such as red bold text # Installation -This crate works with [Cargo](http://crates.io). Add the following to your `Cargo.toml` dependencies section: +This crate works with [Cargo](https://crates.io/). Add the following to your `Cargo.toml` dependencies section: ```toml [dependencies] diff --git a/src/style.rs b/src/style.rs index 1bee4d9..9c485e8 100644 --- a/src/style.rs +++ b/src/style.rs @@ -250,7 +250,7 @@ impl Default for Style { /// to either the foreground or background colour. /// /// These use the standard numeric sequences. -/// See +/// See #[derive(PartialEq, Clone, Copy, Debug)] #[cfg_attr(feature = "derive_serde_style", derive(serde::Deserialize, serde::Serialize))] pub enum Colour {