combin-iterator
The combin-iterator crate provides a set of combinators for creating iterators through combinations of existing iterators. It aims to simplify the process of composing and chaining iterators to create more complex iteration patterns.
Features
Combinator Macros: Use convenient macros to combine multiple iterators and create complex iteration sequences.
Round-Robin Alternation: Use the Altern iterator to alternate between elements produced by multiple iterators in a round-robin fashion.
Note: This crate is currently in development, and only little features are yet available.
Usage
use altern;
use AlternWith;
Changelog
Installation
Add the following dependency to your Cargo.toml:
[dependencies]
combin-iterator = "0.2.0"
License
This project is licensed under the MIT License or Apache 2.0 - see the LICENSE file for details.
Contribution
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
Happy Iterating with combin-iterator!