Badges and readme junk

Really this is just to poke the CI for this PR.
This commit is contained in:
Lokathor
2020-01-06 20:33:50 -07:00
parent c8bd5cc2b2
commit 2363109401
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -10,3 +10,7 @@ categories = ["data-structures", "no-std"]
[dependencies]
# not even std!
[badges]
appveyor = { repository = "Lokathor/tinyvec" }
travis-ci = { repository = "Lokathor/tinyvec" }
+8
View File
@@ -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.