nrxus / faux

Struct mocking library for Rust
https://nrxus.github.io/faux/
MIT License
415 stars 14 forks source link

Document expansion of attribute macros #8

Closed nrxus closed 4 years ago

nrxus commented 4 years ago

I think a high level overview of what they do would be useful so that when errors inevitably occur the user has an idea of what the macro is doing why the macros could be failing or not matching their expectations.

nrxus commented 4 years ago

https://github.com/nrxus/faux/commit/8ea696b911dea32ec0c076aeeb2b15357b521c80 fixed the lack of documentation on the macros, however it does not go over the expansion. I think pointing to cargo-expand is good enough.