зеркало из https://github.com/mozilla/gecko-dev.git
1.4 KiB
1.4 KiB
Release 0.1.39 (2019-05-21)
Contributors: @cuviper
Release 0.1.38 (2019-05-20)
- Maintenance update -- no functional changes.
Contributors: @cuviper, @ignatenkobrain
Release 0.1.37 (2018-05-11)
- 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
Release 0.1.36 (2018-05-10)
- [The iterators are now implemented for
i128
andu128
][7] starting with Rust 1.26, enabled by the newi128
crate feature.
Contributors: @cuviper
Release 0.1.35 (2018-02-06)
- 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
Prior releases
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!