Hey, I've been hacking around proc-macro for a few days due to some need would like some guidance on how to best combines syn and quote: https://github.com/kraktus/cargo-extern-fn/tree/aab6bfc414c0f15ef85f1a1037162402fb3b4930 (code only living at src/main.rs)
I'm especially unpleased by call_function_from_sig and union internal functions, but more generally how to combine TokenStream together. For now I'm mostly using String back and forth, something re-quoteing, sometimes parsing, this does not feel very organised.
Thank you for looking into it, I know this type of code can be rather dense, and in my case has not been polished.
