Crates.io | antithesis_sdk |
lib.rs | antithesis_sdk |
version | 0.2.4 |
source | src |
created_at | 2024-05-10 16:55:05.94066 |
updated_at | 2024-10-31 12:07:18.191362 |
description | Rust SDK for the Antithesis autonomous software testing platform. |
homepage | https://github.com/antithesishq/antithesis-sdk-rust |
repository | https://github.com/antithesishq/antithesis-sdk-rust |
max_upload_size | |
id | 1236193 |
size | 97,480 |
This library provides methods for Rust programs to configure the Antithesis platform. It contains three kinds of functionality:
For general usage guidance see the Antithesis Rust SDK Documentation
To disable assertions disable default-features
for this crate.
When assertions are disabled, the condition
and detail
arguments specified
for assertions will be evaluated, but no assertions will be emitted, or otherwise processed.
In this case, the assert macros will expand to
nothing (other than the evaluation of condition
and details
).