Keats / validator

Simple validation for Rust structs
MIT License
2.07k stars 151 forks source link

Thoughts on a 1.0 release? #338

Open ranger-ross opened 4 months ago

ranger-ross commented 4 months ago

This library has become quite popular in the Rust ecosystem and quite a few crates depend on this validator

Since this crate is not yet 1.x, it makes it a bit difficult downstream libraries to support multiple versions. For example see this issue that needed the crate maintainer to update to 0.18 of validator before the library consumers could update.

I think this library is great and would love to see it stabilize in a 1.0 release :heart:

Keats commented 4 months ago

There's a lot of work before it gets to 1.0 imo, https://github.com/Keats/validator/pull/318#issuecomment-2213827299 and some error rewrite/improvements should get in first.