An open API service indexing awesome lists of open source software.

https://github.com/sof3/tuple-iter

Generate iterator types for tuples of items implementing the same trait.
https://github.com/sof3/tuple-iter

Last synced: 10 months ago
JSON representation

Generate iterator types for tuples of items implementing the same trait.

Awesome Lists containing this project

README

          

# tuple-iter
[![GitHub actions](https://github.com/SOF3/tuple-iter/workflows/CI/badge.svg)](https://github.com/SOF3/tuple-iter/actions?query=workflow%3ACI)
[![crates.io](https://img.shields.io/crates/v/tuple-iter.svg)](https://crates.io/crates/tuple-iter)
[![crates.io](https://img.shields.io/crates/d/tuple-iter.svg)](https://crates.io/crates/tuple-iter)
[![docs.rs](https://docs.rs/tuple-iter/badge.svg)](https://docs.rs/tuple-iter)
[![GitHub](https://img.shields.io/github/last-commit/SOF3/tuple-iter)](https://github.com/SOF3/tuple-iter)
[![GitHub](https://img.shields.io/github/stars/SOF3/tuple-iter?style=social)](https://github.com/SOF3/tuple-iter)

Generate iterator types for tuples of items implementing the same trait.