chunked_transfer 0.3.1

Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)
Documentation
language: rust
after_success: |
  cargo doc && \
  echo '<meta http-equiv=refresh content=0;url=chunked_transfer/index.html>' > target/doc/index.html && \
  sudo pip install ghp-import && \
  ghp-import -n target/doc && \
  git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages