camel-component-validator 0.6.3

Validator component for rust-camel (XSD, JSON Schema, YAML)
Documentation
1
2
3
4
5
6
pub mod compiled;
pub mod component;
pub mod config;

pub use component::ValidatorComponent;
pub use config::{SchemaType, ValidatorConfig};