From 9491f45521d0e8d30b3e3100124e22eda1db5133 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 12 Jun 2024 21:43:17 +0900 Subject: [PATCH] docs(readme): add badge to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a93368fb..30989b9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # rust http headers +[![crates.io](https://img.shields.io/crates/v/headers.svg)](https://crates.io/crates/headers) +[![Released API docs](https://docs.rs/headers/badge.svg)](https://docs.rs/headers) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Build Status](https://github.com/hyperium/headers/workflows/CI/badge.svg)](https://github.com/hyperium/headers/actions?query=workflow%3ACI) Typed HTTP headers.