Support rand 0.8/0.9/0.10 via version-specific feature flags (rand_v0_8, rand_v0_9, rand_v0_10).
Reduce verbosity of guidance tracking. The SDK now only emits guidance events when a value strictly exceeds the previous tracked min/max, rather than on equal values too.
Major performance improvements so that serialization occurs lazily and unnecessary copies are elimated.
details can now be any type implementing Serialize, not just serde_json::Value.
Remove extra clones for details values in assertions.
Fixes for broken links and compilation issues.
Fixing build issues in the no-op version of the SDK (compiling without the full feature flag)
Implement rand::RngCore for AntithesisRng
Rust doc changes
Adding guidance-based assertions. These are both assertions and guidance for the fuzzer to explore your program more effectively.
Fixing a broken link
Changing feature flags. Now the main flag is full (also the default), which turns on the SDK.
Fixing a link in the README
More Rust doc changes
Rust doc changes
Cleanup and README changes
Various CI fixes
Initial release.