//! Shared low-level assertion primitives for reassembly modules.
//!
//! These helpers centralise common equality checks and error formatting
//! so `message` and `fragment` assertion modules stay thin and consistent.
use crateTestResult;
/// Assert that two `usize` values are equal, producing a diagnostic
/// that names the field.
pub
/// Assert that two byte slices are equal, producing a diagnostic that
/// names the context.
pub