Commit bc326a2
committed
Refactor ops.rs with a recursive macro
This approaches reducing macro nesting in a slightly different way.
Instead of just flattening details, make one macro apply another.
This allows specifying all details up-front in the first macro
invocation, making it easier to audit and refactor in the future.1 parent 5dcd397 commit bc326a2
1 file changed
+147
-361
lines changed
0 commit comments