-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Within roland::types::effects there are a lot of types which need Validation. These should be validated in all Mfx, Reverb and Chorus Parameters sets, however the only way to do that at the moment is put #[validate] in front of every single field which will:
- take a long time
- make everything hard to read
- likely to miss one anyway
A better option is an option which forces all sub-types to have Validation, so either:
- wait for this PR to merge: Add ValidateAll derive macro which automatically adds nested validation to all fields Keats/validator#267
- use my fork: https://github.com/davidlang42/validator
Metadata
Metadata
Assignees
Labels
No labels