For now really huge amount of logic is generated via codegen with worktable! procedural macro. This leads to debug issues as it's hard to debug generated code.
Main solution is to rework main WorkTable object and move as much as possible from codegen part to src.
It should be possible to do with proper abstractions over worktable's inner structures.
For now really huge amount of logic is generated via codegen with
worktable!procedural macro. This leads to debug issues as it's hard to debug generated code.Main solution is to rework main
WorkTableobject and move as much as possible fromcodegenpart tosrc.It should be possible to do with proper abstractions over worktable's inner structures.