// In-process Hegel test engine.
//
// When the `native` feature is enabled, this module provides an alternative
// test runner that doesn't require a Python server: a Rust port of
// Hypothesis's conjecture engine (random generation, choice-based shrinking,
// span-mutation, novel-prefix generation) that runs in the same process as
// the user's test.