Contributors: @cuviper
Contributors: @cuviper
Range
,RangeInclusive
, andRangeFrom
now implementRangeBounds
from Rust 1.28 and later.
Contributors: @chrismit3s, @cuviper
- The "i128" feature now bypasses compiler probing. The build script
used to probe anyway and panic if requested support wasn't found, but
sometimes this ran into bad corner cases with
autocfg
.
Contributors: @cuviper
- The new
RangeFrom
andRangeFromStep
iterators will count from a given starting value, without any terminating value.
Contributors: @cuviper, @sollyucko
Contributors: @cuviper, @dingelish
Contributors: @cuviper
- Maintenance update -- no functional changes.
Contributors: @cuviper, @ignatenkobrain
- Support for 128-bit integers is now automatically detected and enabled.
Setting the
i128
crate feature now causes the build script to panic if such support is not detected.
Contributors: @cuviper
- [The iterators are now implemented for
i128
andu128
][7] starting with Rust 1.26, enabled by the newi128
crate feature.
Contributors: @cuviper
- num-iter now has its own source repository at rust-num/num-iter.
- There is now a
std
feature, enabled by default, along with the implication that building without this feature makes this a#[no_std]
crate.- There is no difference in the API at this time.
Contributors: @cuviper
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!