simulacrum_shared 0.1.0

Types used when both creating and using mock objects with Simulacrum.
Documentation
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;