proc_macro: create a `timeit` decorator
2 minute read Published: 2023-02-19Recently, I saw a post on r/rust
about creating a macro to check the execution time of a
specific function - and my brain just went DECORATOR
so... Let's try to build a small
proc_macro, shall we?