Skip to content

Commit

Permalink
add changelog link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 27, 2018
1 parent ebdbfa9 commit cf54dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

[![Build Status](https://travis-ci.org/seanmonstar/httparse.svg?branch=master)](https://travis-ci.org/seanmonstar/httparse)
[![Coverage Status](https://coveralls.io/repos/seanmonstar/httparse/badge.svg)](https://coveralls.io/r/seanmonstar/httparse)
[![crates.io](https://img.shields.io/crates/v/httparse.svg?maxAge=2592000)](https://crates.io/crates/httparse)
[![crates.io](https://img.shields.io/crates/v/httparse.svg)](https://crates.io/crates/httparse)

A push parser for the HTTP 1.x protocol. Avoids allocations. No copy. **Fast.**

Works with `no_std`, simply disable the `std` Cargo feature.

[Documentation](https://docs.rs/httparse)
[Changelog](https://github.com/seanmonstar/httparse/releases)

## Usage

Expand Down

0 comments on commit cf54dd5

Please sign in to comment.