Add builder style constructor for Client (#50)

This commit is contained in:
Aditya Manthramurthy
2023-09-26 18:22:37 -07:00
committed by GitHub
parent 4958c01f4c
commit e9aea2ada6
3 changed files with 101 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: |
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -A clippy::result_large_err -A clippy::type_complexity -A clippy::too_many_arguments
cargo build --verbose
cargo build --bins --examples --tests --benches --verbose
- name: Run tests
run: |