http-typed 0.3.3

HTTP client supporting custom request and response types.
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euxo pipefail

cargo fmt --all --check
cargo clippy -- -Dwarnings
cargo nextest help >/dev/null && cargo nextest run
cargo nextest help >/dev/null || cargo test