summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarcel Müller <com2040@gmail.com>2018-05-04 20:53:30 +0200
committerGitHub <noreply@github.com>2018-05-04 20:53:30 +0200
commit17f7d397080532f48170fdcf330507006cb1970d (patch)
treebd73ec677424f1cd64fc4f0fa6191ce939bba4de /README.md
parent5bd56ce702958176377a0c3f6b4ac7ed3fb11090 (diff)
parent714af13e98574d69a5587321175928989064d315 (diff)
Merge pull request #30 from matthiasbeyer/readme-vacation-notice
Readme vacation notice
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6974b17..e305c14 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,17 @@ assert_eq!(a.filter(&21), true);
For more examples have a look at the tests in `./src/filters.rs`.
+# Vacation notice
+
+**Notice:** I, the author of filters, will be on vacation from mid-May 2018
+until early 2019. I hope I can continue develop filters during that time, but I
+cannot guarantee that. I hope I can continue development of filters after that
+and I certainly plan to do so.
+
+@TheNeikos as commit rights to this repository and will respond to issues and
+PRs.
+
+
# License
filters - A crate to build predicates/filters with the builder pattern