From e9409ddd3ce0085bd8988a6a7e2a0d45228eaf5e Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Mon, 15 Jun 2015 09:04:38 +1200 Subject: [PATCH] Travis setup, README travis icon, README link to documentation --- .travis.yml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..22761ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: rust diff --git a/README.md b/README.md index 690b742..9e18a88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # formdata +[![Build Status](https://travis-ci.org/mikedilger/formdata.svg?branch=master)](https://travis-ci.org/mikedilger/formdata) + +Documentation is available at https://mikedilger.github.io/formdata + This library provides a function for parsing a stream in `multipart/form-data` format, such as what HTTP user agents (browsers) send to HTTP servers via the POST method in response to HTTP forms with enctype="multipart/form-data". These streams typically