ranger-ross / actix-web-validation

Request validation for actix-web
MIT License
5 stars 0 forks source link

How stable is this library? #13

Closed DenuxPlays closed 1 month ago

DenuxPlays commented 1 month ago

Hey,

I am thinking about implementing this library into my backend. We currently use the actix-web-validator library.

I wondered if this library is ready to be used in a relatively stable backend?

ranger-ross commented 1 month ago

Hey there,

Thanks for the interest in this crate. I think I am pretty happy with the Validated<T> interface and don't see that changing in the near future.

The error handling could probably be improved a bit, but I think validator is planning to rework error handling so I am thinking waiting for that before making any changes to this crates interface.

I also probably need to improve the CI for things like MSRV.

If you are okay with the things above, I think this library is in a stable enough state to use. Until validator and garde hit a 1.0 release, I will probably keep this crate 0.x.

DenuxPlays commented 1 month ago

That shound good.

I will implement the library today or tomorrow.