nrxus / faux

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

Is proc-macro-hack needed? #5

Closed nrxus closed 3 years ago

nrxus commented 4 years ago

Now that attribute macros can generate macro_rules! maybe we can write when! ourselves instead of pulling in another crate.