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
Age
Commit message (
Expand
)
Author
2020-05-13
Merge pull request #100 from xFrednet/more-examples
Vincent Prouillet
2020-05-13
Added some examples in the README.md #99
xFrednet
2020-04-12
Update readme
Vincent Prouillet
2020-04-12
Merge pull request #97 from barskern/static-str-field-errors
Vincent Prouillet
2020-04-12
Fix CI
Vincent Prouillet
2020-04-12
Merge pull request #94 from AndiDog/must-use
Vincent Prouillet
2020-04-10
Specify static lifetime for field_errors
Ole Martin Ruud
2020-02-15
Add `must_use` attribute to functions returning `bool`
Andreas Sommer
2019-11-13
Merge pull request #91 from Beskhue/patch-1
Vincent Prouillet
2019-11-13
Update struct level validation in README
Thomas Churchman
2019-10-31
Merge pull request #90 from decapo01/master
Vincent Prouillet
2019-10-30
added installation instructions
decapo01
2019-10-20
Merge pull request #87 from Keats/next
Vincent Prouillet
2019-10-17
Fix bug + cargo fmt
Vincent Prouillet
2019-10-17
Fix bug with card import
Vincent Prouillet
2019-10-17
Try with Rust 1.33
Vincent Prouillet
2019-10-14
Update deps
Vincent Prouillet
2019-10-14
Merge pull request #79 from mocsy/master
Vincent Prouillet
2019-10-14
Add utf-8 non-control chars validator
Andras Mocsary
2019-10-07
Use Github actions for CI
Vincent Prouillet
2019-07-13
Merge pull request #72 from Keats/next
Vincent Prouillet
2019-07-13
Update if_chain
Vincent Prouillet
2019-05-01
Apparently attr_literals was stable in 1.30
Vincent Prouillet
2019-05-01
Cargo fmt + edition 2018 for validator
Vincent Prouillet
2019-05-01
attr_literals is stable \o/
Vincent Prouillet
2019-05-01
Update deps of validator_derive
Vincent Prouillet
2019-05-01
Merge pull request #71 from cazgp/feature/range-min-or-max
Vincent Prouillet
2019-05-01
Do not consume self when getting errors
Vincent Prouillet
2019-04-28
Issue #69: Change `range` to require only one arg
Caroline Glassberg-Powell
2018-09-30
Merge pull request #61 from MartinHowarth/fix-readme-typo
Vincent Prouillet
2018-09-30
Fix a typo in schema level validation README
MartinHowarth
2018-09-19
Update deps of validator
Vincent Prouillet
2018-09-19
Prepare for 0.8.0 release
Vincent Prouillet
2018-09-13
Update syn
Vincent Prouillet
2018-09-13
Rustfmt
Vincent Prouillet
2018-09-13
Nested Validation (#60)
Simon Sparks
2018-07-27
Prepare release
Vincent Prouillet
2018-07-27
Added support for validating Cow<'a, str> fields. (#56)
Simon Sparks
2018-07-22
Merge pull request #54 from pJunger/patch-1
Vincent Prouillet
2018-07-22
Fixed closing parentheses in README
Patrick Junger
2018-06-28
Prepare for release
Vincent Prouillet
2018-06-28
Do not cache to avoid compiletest error
Vincent Prouillet
2018-06-28
Merge pull request #52 from Eijebong/syn
Vincent Prouillet
2018-06-20
Update syn, quote and bump version
Bastien Orivel
2018-05-29
compiletest only work on nightly...
Vincent Prouillet
2018-05-29
Forget it
Vincent Prouillet
2018-05-29
Try 1.20 for lowest version
Vincent Prouillet
2018-05-29
Some more tweaks
Vincent Prouillet
2018-05-29
Change rust target for travis
Vincent Prouillet
2018-05-29
Prepare for release
Vincent Prouillet
[next]