Expand description

Procedural macros for mimicry.

See mimicry docs for examples of usage.

Attribute Macros

Injects mocking logic into a function / method.

Derive Macros

Derives the CallReal trait for a struct allowing to switch to real implementations for partial mocking or spying.

Derives the Mock trait for a type, allowing to use it as a state for mocking.