You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's an interesting idea. Is the objection to regress that its a large dependency? What would you propose we do to validate string formats if we didn't have that dependency? In stand-alone, generated crates, I believe we only include the regress dependency when it's actually needed.
Settings should include either a
with_regress_converters
or awithout_regress_converters
setter so that a dependency on regress is not guaranteed.Perhaps a smaller version of this could be configuring the tool to generate struct definitions alone, without any converters.
The text was updated successfully, but these errors were encountered: