hello,
Thanks for this cool crate.
I just found it today and it is great.
There is a problem with add the crate to a project according to the documentation.
[dependencies]
rocket-validation = "0.1.0"
validator="?"
this is currently add validator = "0.18.1" which is incompatible with rocket-validation.
Currently I switch to "0.16.1" according to the examples in the repository.
Another unrelated thing: It's good to implement Deref for Validated struct for easier access to inner json
hello,
Thanks for this cool crate.
I just found it today and it is great.
There is a problem with add the crate to a project according to the documentation.
this is currently add
validator = "0.18.1"which is incompatible with rocket-validation.Currently I switch to "0.16.1" according to the examples in the repository.
Another unrelated thing: It's good to implement
DerefforValidatedstruct for easier access to inner json