We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254fbf6 commit 071f034Copy full SHA for 071f034
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "either"
3
-version = "1.9.0"
+version = "1.10.0"
4
authors = ["bluss"]
5
edition = "2018"
6
rust-version = "1.36"
README.rst
@@ -25,12 +25,18 @@ __ https://docs.rs/either/
25
How to use with cargo::
26
27
[dependencies]
28
- either = "1.8"
+ either = "1.10"
29
30
31
Recent Changes
32
--------------
33
34
+- 1.10.0
35
+
36
+ - Add new methods ``.factor_iter()``, ``.factor_iter_mut()``, and ``.factor_into_iter()``
37
+ that return ``Either`` items, plus ``.iter()`` and ``.iter_mut()`` to convert to direct
38
+ referene iterators; by @aj-bagwell and @cuviper (#91)
39
40
- 1.9.0
41
42
- Add new methods ``.map_either()`` and ``.map_either_with()``, by @nasadorian (#82)
0 commit comments