//! Panic-freedom property test: arbitrary byte input must never panic.
//!
//! This is the §22.1 keystone invariant — malformed snapshots must not be
//! able to cause undefined behaviour or panics through the safe API.
use Snapshot;
use *;
proptest!