diff options
| author | Vincent Prouillet | 2019-10-31 08:58:15 +0000 | 
|---|---|---|
| committer | GitHub | 2019-10-31 08:58:15 +0000 | 
| commit | 0153ed9bf9af0fa21296d8f6ab9f62b702642c02 (patch) | |
| tree | 359fae76b470e4f720acb882762f507706a654e6 | |
| parent | 97a11c88f26b00e897d21709d9576ad3cea6f220 (diff) | |
| parent | 315b9c9c3b009b3e43e7c72bb6e5c9a513ea8677 (diff) | |
| download | validator-0153ed9bf9af0fa21296d8f6ab9f62b702642c02.tar.bz2 | |
Merge pull request #90 from decapo01/master
added installation instructions
| -rw-r--r-- | README.md | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -7,6 +7,14 @@ Macros 1.1 custom derive to simplify struct validation inspired by [marshmallow]  It requires Rust 1.33. +Installation: + +```toml +[dependencies] +validator = "0.10" +validator_derive = "0.10" +``` +  A short example:  ```rust | 
