[go: up one dir, main page]

hyper-timeout 0.1.0

A timeout aware connector to be used with the hyper Client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
sudo: false

rust:
  - nightly
  - beta
  - stable

matrix:
  allow_failures:
    - rust: nightly

cache:
  cargo: true