0.3.0
Pre-release
Pre-release
Improvements:
- Relaxes the
'staticbound on tracked types, they can now have lifetimes - Improves performance of constraint generation and validation
- Fixes possible name clashes in tracked methods (e.g. if parameters are called
value)
Breaking changes:
- Removed public
Constrainttype, use<T as Validate>::Constraintinstead - Moved
validmethod fromTrackto the newValidatetrait