1
2
3
4
5
6
7
//! Types used when both creating and using mock objects with Simulacrum.

extern crate debugit;

pub mod validator;

pub use validator::Validator;