1 unstable release

0.6.0 Oct 1, 2024

#17 in #docker-compose

Download history 158/week @ 2024-10-01 14/week @ 2024-10-08 6/week @ 2024-10-15 7/week @ 2024-10-22

185 downloads per month

MIT/Apache

34KB
697 lines

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

Dependencies

~5–15MB
~200K SLoC