I've used fehler on a few small projects and like it very much. (Thank you!)
I'm considering using it for a larger project, but I'm worried that having the #[throws] macros on a bunch of functions in a large codebase may increase compile times, just from having all functions be filtered through a proc-macro invocation.
Is this something I should be worried about?