aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2017-01-17 20:27:27 +0900
committerGitHub2017-01-17 20:27:27 +0900
commit77f89b6f2d75cdf8a03062fb60ffd379918030a4 (patch)
treec7ba01cb8548e7d7a4967ce276cf3c75925cf266
parent79390798fdb86a6eadfb1e34e1157ee0fe69db34 (diff)
downloadvalidator-77f89b6f2d75cdf8a03062fb60ffd379918030a4.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97177f3..48ef59b 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
[![Build Status](https://travis-ci.org/Keats/validator.svg)](https://travis-ci.org/Keats/validator)
-Status: Experimental - do not use in production
-
Macros 1.1 custom derive to simplify struct validation inspired by [marshmallow](http://marshmallow.readthedocs.io/en/latest/) and
[Django validators](https://docs.djangoproject.com/en/1.10/ref/validators/).
It relies on the `proc_macro` feature which will be stable in Rust 1.15.