docs.rs failed to build hegeltest-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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:
[]
= { = "https://github.com/hegeldev/hegel-rust" }
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