From 2363109401f71dab05faf24cd684cb5f8999d025 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 6 Jan 2020 20:33:50 -0700 Subject: [PATCH] Badges and readme junk Really this is just to poke the CI for this PR. --- Cargo.toml | 4 ++++ README.md | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 38302f0..77d29bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,7 @@ categories = ["data-structures", "no-std"] [dependencies] # not even std! + +[badges] +appveyor = { repository = "Lokathor/tinyvec" } +travis-ci = { repository = "Lokathor/tinyvec" } diff --git a/README.md b/README.md index 1c03df4..094f52d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ +[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib) +![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.24-green.svg) +[![travis.ci](https://travis-ci.org/Lokathor/tinyvec.svg?branch=master)](https://travis-ci.org/Lokathor/tinyvec) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/wfnu1tyudka6jbk1/branch/master?svg=true)](https://ci.appveyor.com/project/Lokathor/tinyvec/branch/master) +[![crates.io](https://img.shields.io/crates/v/tinyvec.svg)](https://crates.io/crates/tinyvec) +[![docs.rs](https://docs.rs/tinyvec/badge.svg)](https://docs.rs/tinyvec/) + # tinyvec + Just, really the littlest Vec you could need. So smol.