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
{{ message }}
This repository was archived by the owner on Jan 10, 2026. It is now read-only.
The system of derives we have now is flexible, but not nice to use.
Consider using traits instead of duck typing. This will make it easier to manually implement input.
We could maybe make it better by having a few 'standard' inputs, like FormTextInput that implements ParseAndFormat for all T that has the appropriate string operations.