[go: up one dir, main page]

http-muncher 0.3.1

Rust Streaming HTTP parser based on nodejs/http-parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust: stable
os:
  - linux
  - osx
after_success: |
  [ $TRAVIS_BRANCH = master ] &&
  [ $TRAVIS_PULL_REQUEST = false ] &&
  cargo doc &&
  echo "<meta http-equiv=refresh content=0;url=/rust-streaming-http-parser/http_muncher/index.html>" > target/doc/index.html &&
  sudo pip install ghp-import &&
  ghp-import -n target/doc &&
  git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages