Closed jmjoy closed 4 months ago
Just an idea, maybe there is a better solution
To solve https://github.com/Keats/validator/issues/286 , use IndexMap instead of HashMap in ValidationErrors.
I'm not really keen on that. Errors for a field can be ordered but imo not for the whole struct.
Just an idea, maybe there is a better solution
To solve https://github.com/Keats/validator/issues/286 , use IndexMap instead of HashMap in ValidationErrors.