Registry / testing / mz-rusoto-mock

mz-rusoto-mock

JSON →
library0.46.0rscratesunverified

AWS SDK for Rust - Request Mocking Helpers

# Cargo.toml [dependencies] mz_rusoto_mock = "0.46.0"
INSTALL
IMPORT
SIG · MZ-RUSOTO-MOCK
M
mz-rusoto-mock
testingrustv0.46.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MockRequestDispatcher
use mz_rusoto_mock::MockRequestDispatcher;

Create a mock request dispatcher for testing AWS calls

use mz_rusoto_mock::MockRequestDispatcher; fn main() { let mock = MockRequestDispatcher::with_status(200); println!("Mock created"); }
Debug
Known issues
gotchaThis crate is a fork of the original rusoto_mock and may have compatibility issues with newer Rusoto versions.
fix
Check the version compatibility with your Rusoto crate version.
affects: >=0.46.0
Upgrade
Version history
0.46.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mz-rusoto-mock — cargo add mz-rusoto-mock · libregistry