simulacrum_mock 0.1.0

Core functionality for creating mock objects with Simulacrum.
Documentation
1
2
3
4
5
//! Types that impl `Constraint` that are included with Simulacrum.

pub mod always;
pub mod params;
pub mod times;