koruma 0.9.0

The koruma crate
Documentation
//! Integration tests for the koruma validation library.
//!
//! These tests exercise the full validation system including derive macros.

#[path = "integration/validators.rs"]
mod validators;

#[path = "integration/fixtures.rs"]
mod fixtures;

#[path = "integration/tests.rs"]
#[cfg(test)]
mod tests;

#[path = "integration/newtype_required_tests.rs"]
#[cfg(test)]
mod newtype_required_tests;

#[path = "integration/external_macro_wrapping_tests.rs"]
#[cfg(test)]
mod external_macro_wrapping_tests;