hyper-client-pool 0.6.0

Pooled Hyper Async Clients
Documentation
1
2
3
4
5
6
7
FROM rust:1-buster

RUN apt-get update && apt-get install -y git ssh lsof

WORKDIR /hyper-client-pool

CMD bash