murf 0.2.0

A mocking and unit test framework for rust
Documentation
1
2
3
4
5
6
//! The [`types`](self) module defines different default types that can be used
//! as [`Matcher`](crate::Matcher) in a call expectation.

pub mod duration;

pub use duration::Duration;