mongo-rust-driver
mongo-rust-driver copied to clipboard
RUST-1713 Bulk Write
Implement support for the new bulkWrite command. This PR can be reviewed in tandem with the specification changes (https://github.com/mongodb/specifications/pull/1534).
I've left some things out of this PR to minimize its size and ensure that it will be a digestible reference implementation. Additional tickets can be found in RUST-1282.
@abr-egn thank you 🙂