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

https://github.com/aandreba/box-iter

Simple crate that provides an iterator for Box<[T]> types.
https://github.com/aandreba/box-iter

Last synced: about 1 year ago
JSON representation

Simple crate that provides an iterator for Box<[T]> types.

Awesome Lists containing this project

README

          

[![Crates.io](https://img.shields.io/crates/v/box-iter)](https://crates.io/crates/box-iter)
[![docs.rs](https://img.shields.io/docsrs/box-iter)](https://docs.rs/elor/latest/elor/)

# Box Iter
Simple crate that provides an iterator for `Box<[T]>` types.