rsonschema 0.1.16

A fast, simple, user-friendly JSON Schema validator for Rust
Documentation
/// The module containing the dependencies definitions
pub(crate) mod dependencies;
/// The module containing the JSON Schema draft definitions
pub(crate) mod draft;
/// The module containing the format definitions
pub mod format;
/// The module for the id
pub(crate) mod id;
/// The module for the number type definition
pub mod number;
/// The module containing the option utilities
pub(crate) mod option;
/// The module containing the reference utils
pub(crate) mod ref_;
/// The module for the regex type definition
pub mod regex;
/// The module containing the state definitions
pub(crate) mod state;
/// The module containing the type definitions
pub mod type_;