[![Crate][crate-image]][crate-url] [![Documentation][docs-image]][docs-url] [![CI][github-workflow-image]][github-workflow-url] # pushback-iter An iterator with a `push_back(item)` method that allows items to be pushed back onto the iterator. [docs-image]: https://docs.rs/pushback-iter/badge.svg [docs-url]: https://docs.rs/pushback-iter [crate-image]: https://img.shields.io/crates/v/pushback-iter.svg [crate-url]: https://crates.io/crates/pushback-iter [github-workflow-image]: https://github.com/jhinch/pushback-iter/workflows/CI/badge.svg [github-workflow-url]: https://github.com/jhinch/pushback-iter/actions?query=workflow%3ACI