Skip to content

Commit

Permalink
docs(readme): add badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jun 12, 2024
1 parent 2298faa commit 9491f45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9491f45

Please sign in to comment.