simulacrum_user 0.1.0

Functionality that is helpful when using mock objects created with Simulacrum.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Functionality that is helpful when using mock objects created with Simulacrum.

extern crate debugit;
extern crate simulacrum_shared;

#[macro_use]
pub mod macros;
pub mod validators;

pub use self::validators::*;