array_iterator 1.8.0

Owning iterators based on arrays.
Documentation

Array Iterator (DEPRECATED)

std::array::IntoIter is now stable, use that instead!. I will be maintaining this crate for the foreseeable future but plan on pushing an update that produces deprecation warnings in the future.

Migrating Off

You can easily migrate off using comby.

comby \
	'array_iterator::ArrayIterator::new(:[args])' \
	'std::array::IntoIter::new(:[args])' \
	.rs -in-place

You can also remove the dependency. This can be done automatically using cargo-edit.

cargo rm array_iterator
cargo check

Docs

Docs