Hegel for Rust
[!IMPORTANT] If you've found this repository, congratulations! You're getting a sneak peek at an upcoming property-based testing library from Antithesis, built on Hypothesis.
We are still making rapid changes and progress. Feel free to experiment, but don't expect stability from Hegel just yet!
Installation
In your Cargo.toml:
[]
= "0.1.0"
Hegel requires either:
uvon your system,- or
HEGEL_SERVER_COMMANDset to the path of a hegel-core binary.
Quick Start
use generators;
See docs/getting-started.md for more.
Development