1 unstable release
0.1.0 | Apr 20, 2022 |
---|
#18 in #polyfill
15KB
149 lines
This is a polyfill for the unstable Rust trait std::iter::Step.
lib.rs
:
This crate provides a polyfill for the unstable std::iter::Step trait.
Developers can use this polyfill with the stable Rust compiler. It will be obsoleted when std::iter::Step is stabilized.
The API and documentation is copied from the Rust Core Library.