Crates.io | hyper-client-pool |
lib.rs | hyper-client-pool |
version | 0.6.0 |
source | src |
created_at | 2024-10-01 15:26:00.83045 |
updated_at | 2024-10-01 15:26:00.83045 |
description | Pooled Hyper Async Clients |
homepage | |
repository | |
max_upload_size | |
id | 1393059 |
size | 60,986 |
Build the docker image for hyper-client-pool:
docker-compose build
Start the docker compose environment:
docker-compose up -d
Start the tty in the hyper-client-pool container:
docker-compose exec hyper-client-pool bash
Now you can run the tests, etc:
cargo test
You can tear down the dev environment with:
docker-compose down