jhorstmann commented on PR #8072: URL: https://github.com/apache/arrow-rs/pull/8072#issuecomment-3176763134
I added some comments to the macros at <https://github.com/jhorstmann/compact-thrift/blob/main/runtime/src/macros.rs>, feel free to copy those over into this PR. The main pattern behind the macros is also described in the [The Little Book of Rust Macros - Incremental TT Munchers](https://lukaswirth.dev/tlborm/decl-macros/patterns/tt-muncher.html#incremental-tt-munchers), that whole site and the [Macros By Example section in the Rust Reference](https://doc.rust-lang.org/reference/macros-by-example.html) was very helpful while developing. I was planning to do a presentation on those patterns in our internal rust meetup, but haven't gotten around to preparing anything for that yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org