Skip to content

Commit ed8ee7c

Browse files
author
Ronald Holshausen
committed
add build status badge back to readme
1 parent b74e643 commit ed8ee7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Port of Webmachine-Ruby (https://github.com/webmachine/webmachine-ruby) to Rust.
44

5+
[![Build Status](https://travis-ci.org/uglyog/webmachine-rust.svg?branch=master)](https://travis-ci.org/uglyog/webmachine-rust)
6+
57
webmachine-rust is a port of the Ruby version of webmachine. It implements a finite state machine for the HTTP protocol
68
that provides semantic HTTP handling (based on the [diagram from the webmachine project](https://webmachine.github.io/images/http-headers-status-v3.png)).
79
It is basically a HTTP toolkit for building HTTP-friendly applications using the [Hyper](https://crates.io/crates/hyper) rust crate.

0 commit comments

Comments
 (0)