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
std::containers::HashSet now implements Validate along with the other stdlib containers.
Added option_min and option_max field attribute validators.
Changed
Breaking Change Using a literal string in macro annotations will now be interpreted as an
expression. This makes it possible to inject values by running functions and using types such as Some(42) with comparison operators. To inject string literals into macro attributes you will now
now need to escape the literal quotes like so: #[validatron(equal = "\"Foo\"")]