diff options
| author | decapo01 | 2019-10-30 21:28:01 -0600 |
|---|---|---|
| committer | decapo01 | 2019-10-30 21:28:01 -0600 |
| commit | 315b9c9c3b009b3e43e7c72bb6e5c9a513ea8677 (patch) | |
| tree | b0333f91031ad2b152256c8afad12b8f75b4af5c | |
| parent | 87cf7cdac24dd0d4ea83a8a88640da95ae7ac93a (diff) | |
| download | validator-315b9c9c3b009b3e43e7c72bb6e5c9a513ea8677.tar.bz2 | |
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.30. +Installation: + +```toml +[dependencies] +validator = "0.10" +validator_derive = "0.10" +``` + A short example: ```rust |
