//! A library for validating structured data.
//!//! # Description
//!//! A Validation library designed to be extendable with the use of Rust's extension trait.
#![warn(clippy::unwrap_used)]#![cfg_attr(docsrs,feature(doc_cfg))]pubmodbase;pubmodcommon;pubmodtypes;