arrays

Crates.io Version Docs.rs Latest Build Status

Collect an iterator into an array

Getting started

Add the arrays crate to your Cargo manifest.

sh cargo add arrays

Now collect any iterator into an array.

rust let arr: [_; 3] = arrays::collect(iter).unwrap();

License

This project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.