Skip to content

Commit 3946f32

Browse files
Added hyperlinks on github credit "mentions"
1 parent 1bb38e7 commit 3946f32

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Recent Changes
5353
- Added a `.exactly_one() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.exactly_one>`_
5454
iterator method that, on success, extracts the single value of an
5555
iterator
56-
; by @Xaeroxe
56+
; by `@Xaeroxe <https://github.com/Xaeroxe>`_
5757

5858
- Added combinatory iterator adaptors:
5959

@@ -72,7 +72,7 @@ Recent Changes
7272
vec![2, 1],
7373
]
7474
75-
; by @tobz1000
75+
; by `@tobz1000 <https://github.com/tobz1000>`_
7676

7777
- `.combinations(k) <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.combinations>`_:
7878

@@ -86,7 +86,7 @@ Recent Changes
8686
vec![1, 2],
8787
]
8888
89-
; by @tobz1000
89+
; by `@tobz1000 <https://github.com/tobz1000>`_
9090

9191
- `.combinations_with_replacement(k) <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.combinations_with_replacement>`_:
9292

@@ -103,11 +103,11 @@ Recent Changes
103103
vec![2, 2],
104104
]
105105
106-
; by @tommilligan
106+
; by `@tommilligan <https://github.com/tommilligan>`_
107107

108108
- Improved the performance of `.fold() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.fold>`_-based internal iteration for the
109109
`.intersperse() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.intersperse>`_ iterator
110-
; by @jswrenn
110+
; by `@jswrenn <https://github.com/jswrenn>`_
111111

112112
- Added
113113
`.dedup_by() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.dedup_by>`_,
@@ -118,27 +118,27 @@ Recent Changes
118118
`.merge() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.merge>`_ and
119119
`.kmerge() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.kmerge>`_,
120120
but taking an additional custom comparison closure parameter.
121-
; by @phimuemue
121+
; by `@phimuemue <https://github.com/phimuemue>`_
122122

123123
- Improved the performance of `.all_equal() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.all_equal>`_
124-
; by @fyrchik
124+
; by `@fyrchik <https://github.com/fyrchik>`_
125125

126126
- Loosened the bounds on `.partition_map() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.partition_map>`_
127127
to take just a ``FnMut`` closure rather than a ``Fn`` closure, and made its
128128
implementation use internal iteration for better performance
129-
; by @danielhenrymantilla
129+
; by `@danielhenrymantilla <https://github.com/danielhenrymantilla>`_
130130

131131
- Added convenience methods to
132132
`EitherOrBoth <https://docs.rs/itertools/0.9.0/itertools/enum.EitherOrBoth.html>`_ elements yielded from the
133133
`.zip_longest() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.zip_longest>`_ iterator adaptor
134-
; by @Avi-D-coder
134+
; by `@Avi-D-coder <https://github.com/Avi-D-coder>`_
135135

136136
- Added `.sum1() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.sum1>`_
137137
and `.product1() <https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.product1>`_
138138
iterator methods that respectively try to return the sum and the product of
139139
the elements of an iterator **when it is not empty**, otherwise they return
140140
``None``
141-
; by Emerentius
141+
; by `@Emerentius <https://github.com/Emerentius>`_
142142

143143
- 0.8.0
144144

0 commit comments

Comments
 (0)