mry 0.7.1

A simple but powerful mocking library that supports struct, trait, and function.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod async_fn_in_trait;
mod async_fn_trait_variant;
mod async_method;
mod async_trait;
mod bounds;
mod function_style_macro;
mod impl_trait;
mod iterator;
mod mock_trait;
mod mut_param;
mod nested_mock;
mod not_clone;
mod partial_mock;
mod reference_and_pattern;
mod simple_case;
mod static_function;