Hi, first I'd like to say "thank you" because we're using this library with great success :)
Second, I'd like to ask if it would be possible to publish the codegen as crate as well, together with a more permissive public API.
We wrote another custom code generator which allows us to sync the node values with a "state struct" by generating this struct and callbacks for the nodes it's based on. This makes it quite ergonomic from the application perspective. I found myself re-implementing quite some parts of your codegen and would prefer to use it directly.
Hi, first I'd like to say "thank you" because we're using this library with great success :)
Second, I'd like to ask if it would be possible to publish the
codegenas crate as well, together with a more permissive public API.We wrote another custom code generator which allows us to sync the node values with a "state struct" by generating this struct and callbacks for the nodes it's based on. This makes it quite ergonomic from the application perspective. I found myself re-implementing quite some parts of your codegen and would prefer to use it directly.