index
:
validator
master
readme--update-custom-function-return-value
Simple validation for Rust structs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
validator_derive
/
src
Age
Commit message (
Expand
)
Author
2018-05-29
Prepare for release
Vincent Prouillet
2018-05-15
feature gate card validator
Erin
2018-04-13
fix path parsing for regex validators
Erin
2018-03-20
Merge pull request #44 from csharad/double-option
Vincent Prouillet
2018-03-18
Fix path parsing for custom validators
Bastien Orivel
2018-03-18
Optional validator params and wraping for Option<Option<T>>
Sharad Chand
2018-03-18
Added assertions for Option<Option<T>>
Sharad Chand
2018-03-16
Bump syn to 0.12 and quote to 0.4
Bastien Orivel
2018-01-28
Don't emit a warning when a struct with no validator derives Validate
Bastien Orivel
2017-12-17
Move extraction of message and code in single function
gtors
2017-11-08
Feature gate phone feature in validator_derive as well
Vincent Prouillet
2017-11-08
Add missing credit_card derive impl
Vincent Prouillet
2017-11-07
Ability to validate an international phone number
Valerian Saliou
2017-05-28
Revamp
Vincent Prouillet
2017-05-22
Added missing signs; fixes issue #23
René Perschon
2017-02-10
Ignore unused ident in pattern
theduke
2017-02-10
validator_derive: Properly skip foreign attributes.
theduke
2017-01-19
Validators work for Option<TYPE>
Vincent Prouillet
2017-01-19
Validator works for Option<&
Vincent Prouillet
2017-01-19
Make it work with lifetimes
Vincent Prouillet
2017-01-18
Add regex validator
Vincent Prouillet
2017-01-18
Add contains validator
Vincent Prouillet
2017-01-17
validator_derive v0.2
Vincent Prouillet
2017-01-17
Remove need for attr_literals
Vincent Prouillet
2017-01-16
Struct level validation
Vincent Prouillet
2017-01-16
Update regex and drop proc_macro feature, its stable
Vincent Prouillet
2016-12-29
Added must_match
Vincent Prouillet
2016-12-28
Initial commit
Vincent Prouillet