summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-22 11:37:08 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-22 11:37:08 +0100
commitdd75be4c5a3dfc2ffc23094f542f8e747e81f842 (patch)
tree2295a06788de8b5170fdba29818690425424abd9
parente2b4ee81948909dde0953676c493b11d4a48ea7a (diff)
Add "contributions welcome" in readme
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75f0b0a..edd8286 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
A collection of helpful iterator adaptors for iterating over `Result<T, E>`.
+# Contributions welcome!
+
+Contributions are welcome here! Even if you contribution depends on another
+crate (for example you want to add some helpers for `Iterator<Item = Result<T,
+E>> where E: error_chain::ChainedError` - feel free to do so!
+
+Just make sure that features that depend on external crates are hidden behind
+feature gates!
+
# License
MPL 2.0