#fuzzing #quality #antithesis

antithesis_sdk

Rust SDK for the Antithesis autonomous software testing platform

4 releases

0.2.1 Jul 11, 2024
0.2.0 Jul 11, 2024
0.1.6 May 14, 2024

#169 in Testing

Download history 36/week @ 2024-06-02 26/week @ 2024-06-09 12/week @ 2024-06-16 199/week @ 2024-07-07 19/week @ 2024-07-14 15/week @ 2024-07-21 26/week @ 2024-07-28 20/week @ 2024-08-04 43/week @ 2024-08-11 22/week @ 2024-08-18 9/week @ 2024-08-25 22/week @ 2024-09-01 44/week @ 2024-09-08 33/week @ 2024-09-15

109 downloads per month

MIT license

54KB
962 lines

Antithesis Rust SDK

This library provides methods for Rust programs to configure the Antithesis platform. It contains three kinds of functionality:

  • Assertion macros that allow you to define test properties about your software or workload.
  • Randomness functions for requesting both structured and unstructured randomness from the Antithesis platform.
  • Lifecycle functions that inform the Antithesis environment that particular test phases or milestones have been reached.

For general usage guidance see the Antithesis Rust SDK Documentation

Notes

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).

Dependencies

~1–6.5MB
~41K SLoC