Keats/validator

Doesn't generate

Closed this issue · 3 comments

Validator derive macro doesn't generate the code

What crate version are you using? Can you give am example of the code that doesn't compile?

tsmt09 commented

Did you miss feature derive? This fixed the issue for me

Cargo.toml:
validator = { version = "0.16", features = ["derive"] }

👍...solved