//! Server-backend entry point.
//!
//! The server backend's distinguishing piece is `ServerTestRunner`, which
//! talks to the Hypothesis subprocess over the protocol; the per-test-case
//! lifecycle (panic hook, `catch_unwind`, `mark_complete`, antithesis
//! integration, final re-raise) is shared with the native backend and lives
//! in [`crate::run_lifecycle`].
/// Encode a `ciborium::Value` to CBOR bytes.
pub
/// Decode CBOR bytes to a `ciborium::Value`.
pub