Replies: 1 comment
-
@filnet Our generated code is already way too slow to compile, and this will add even more burden on the compiler. If anything this should be unrolled (a bit like a preprocessor) at generation time, but it probably doesn't add much if anything that we can't or already generate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Came across this crate: https://github.com/idanarye/rust-typed-builder.
Interesting ?
Beta Was this translation helpful? Give feedback.
All reactions