hyper-client-pool

Crates.iohyper-client-pool
lib.rshyper-client-pool
version0.6.0
sourcesrc
created_at2024-10-01 15:26:00.83045
updated_at2024-10-01 15:26:00.83045
descriptionPooled Hyper Async Clients
homepage
repository
max_upload_size
id1393059
size60,986
Joe Wilm (jwilm)

documentation

README

hyper-client-pool

Building the dev environment

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
Commit count: 0

cargo fmt