issues
search
Keats
/
validator
Simple validation for Rust structs
MIT License
2.07k
stars
151
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create one message if length is too short and a different message if too long
#360
Pi-Cla
opened
4 days ago
1
Fix Merge issues between custom and nested
#359
pvichivanives
opened
1 week ago
2
Add derive Deserialize to ValidationErrors
#358
seanaye
opened
1 week ago
2
Issue: Panic when trying to use custom validators combined with nested validators
#357
gonzedge
opened
2 weeks ago
5
Update MSVR in README.md
#356
fabienbellanger
closed
1 week ago
5
Fix warnings in tests
#355
veigaribo
closed
2 weeks ago
1
Version changes so Rust-SEC versions can be removed
#354
pvichivanives
closed
2 weeks ago
0
How to validate `Vec` and inner values?
#353
t3ned
opened
3 weeks ago
1
Email validation does not handle this case
#352
Edgar200021
closed
1 month ago
1
Get rid of `proc-macro-error` (RUSTSEC-2024-0370 and `syn` version)
#351
domenicquirl
closed
2 weeks ago
4
Swap to Proc Macro Error 2 RUSTSEC-2024-0370
#350
pvichivanives
closed
4 weeks ago
10
Bad email validator
#349
iUnstable0
opened
3 months ago
13
Add ValidateRegex Implementation For Box, Rc, and Arc
#348
Kailokk
closed
3 months ago
5
Validate two fields with one function
#347
DenuxPlays
closed
3 months ago
2
Specify correct MSRV
#346
naskya
closed
2 weeks ago
1
fix: check the name of #[foo] (name only) attributes (#340)
#345
naskya
closed
3 months ago
0
error: Duplicate field `regex`
#344
iUnstable0
opened
3 months ago
4
Update and fix CI
#343
Keats
closed
4 months ago
0
Fix incorrect example in README
#342
naskya
closed
4 months ago
1
How can I use a validator on an enum
#341
dev-davexoyinbo
closed
4 months ago
2
`#[validate(...)]` helper attribute does not coexist with other helper attribute
#340
naskya
closed
3 months ago
3
feat: add `#[validator(crate = "...")]` for crate alias
#339
matteopolak
closed
4 months ago
7
Thoughts on a 1.0 release?
#338
ranger-ross
opened
4 months ago
1
Make ValidationErrors ordered
#337
jmjoy
closed
4 months ago
1
Consider alternative implementation for email validation
#336
spotlesscoder
opened
4 months ago
1
add devcontainer
#335
spotlesscoder
closed
4 months ago
3
Provide devcontainer config
#334
spotlesscoder
closed
1 day ago
0
error: Unexpected literal type `path`
#333
simanacci
opened
4 months ago
2
Is that possible to use `regex_lite` or other regex compatible library for regex validation?
#332
forest1102
closed
1 day ago
1
Field value is passed to a custom function by value instead of by reference, contradicting with `README.md`.
#331
your-diary
closed
1 day ago
1
`required` and `must_match` are incompatible
#330
jaw-sh
opened
5 months ago
2
Publish AsRegex
#329
flx5
closed
4 months ago
1
bug: the literal (...) does not fit into the type `i32`
#328
sebadob
closed
1 day ago
3
fix: darling unexpected literal type error
#327
tvincent2
closed
4 months ago
3
Question: Return multiple errors from a single custom validator
#326
tuhlmann
opened
7 months ago
1
Broken regex validation - Readme / Docs need update?
#325
sebadob
closed
6 months ago
5
how to parse collection type??
#324
Jeffr-K
closed
6 months ago
1
Update README
#323
nopeNoshishi
closed
7 months ago
0
Generalizing Option Macro Behaviour to OptionalValue Trait ?
#322
PranavKumar-15032001
opened
7 months ago
1
Fix broken support for nested validation with multiple errors
#321
kyrias
closed
7 months ago
0
Fix multiple custom validators
#320
Keats
closed
7 months ago
0
Can't validate member struct with multiple members
#319
abedra
closed
7 months ago
5
Expose validator constraints to end-users using a new trait
#318
kyrias
opened
7 months ago
2
0.17.0: Code builds but custom validators are silently ignored
#317
ssokolow
closed
2 months ago
4
fix old lazy_static syntax for once_cell's
#316
pjenvey
closed
7 months ago
1
Fix custom functions for optional number types
#315
kyrias
closed
7 months ago
0
Expose validator constraints to end-users using a new trait
#314
kyrias
closed
7 months ago
1
Perform some processing before validation, such as trim,lowercase ...
#313
jellybobbin
closed
8 months ago
1
Failed to validate email address with macro #[validate(email)]
#312
d2jvkpn
closed
8 months ago
2
Regression with `regex`es on 0.17
#311
zodiia
closed
8 months ago
8
Next