mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

RUST-1449 Simplify test client creation #1189

Closed abr-egn closed 2 months ago

abr-egn commented 2 months ago

RUST-1449

Two main themes of changes in this PR:

With this done, there's now only one way to make a TestClient and only one way to set options for it :)