cjtoolkit-structured-validator 0.5.4

A library for validating structured data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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))]

pub mod base;
pub mod common;
pub mod types;