//! # Schema Module
//!//! This module provides tools for schema hashing and validation.
//! It ensures that the data being deserialized matches the expected structure,
//! preventing data corruption or logic errors due to schema mismatches.
pubmodtypes;pubmodvalidate;