Allow specifying a crate
root in the automock proc macro.
#520
Labels
enhancement
New feature or request
crate
root in the automock proc macro.
#520
There's a lot of hardcoded
::mockall
in the crate.It makes it very difficult to use it in some common crate as users of this common crate need to also pull in mockall.
It should work very similar to how serde does it.
https://serde.rs/container-attrs.html#crate
The text was updated successfully, but these errors were encountered: