| Crates.io | ic-call-chaos |
| lib.rs | ic-call-chaos |
| version | 0.2.0 |
| created_at | 2025-05-07 14:54:29.508636+00 |
| updated_at | 2025-08-25 11:43:24.128933+00 |
| description | Chaos monkey library for Internet Computer calls |
| homepage | |
| repository | https://github.com/oggy-dfin/ic_call_utils |
| max_upload_size | |
| id | 1663975 |
| size | 41,235 |
A library for testing and simulating inter-canister call failures on the Internet Computer.
The intended use case is to conditionally import the Call struct from this crate instead from the Rust CDK while testing your code. Policies can then be set to control which calls to fail.
See the example usage in tests