Contributors: @cuviper
Contributors: @cuviper
Range
, RangeInclusive
, and RangeFrom
now implement RangeBounds
from Rust 1.28 and later.Contributors: @chrismit3s, @cuviper
autocfg
.Contributors: @cuviper
RangeFrom
and RangeFromStep
iterators will count from a given starting value, without any terminating value.Contributors: @cuviper, @sollyucko
Contributors: @cuviper, @dingelish
Contributors: @cuviper
Contributors: @cuviper, @ignatenkobrain
i128
crate feature now causes the build script to panic if such support is not detected.Contributors: @cuviper
i128
and u128
][7] starting with Rust 1.26, enabled by the new i128
crate feature.Contributors: @cuviper
std
feature, enabled by default, along with the implication that building without this feature makes this a #[no_std]
crate.Contributors: @cuviper
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!