Currently the impl Display for ValidationError prints the params field as Debug. Can this be improved somehow? At least for common validations like length(min = x)? It's hard to parse as is.
Maybe the keys can be sorted as well before printing for consistency.
Currently the
impl DisplayforValidationErrorprints theparamsfield asDebug. Can this be improved somehow? At least for common validations likelength(min = x)? It's hard to parse as is.Maybe the keys can be sorted as well before printing for consistency.