[package] name = "arbitrary-chunks" description = "An iterator that allows specifying an input array of arbitrary chunk-sizes with which to split a vector or array." version = "0.4.1" authors = ["Nathan Essex "] edition = "2018" license = "Apache-2.0 OR MIT" repository = "https://github.com/Nessex/arbitrary-chunks" homepage = "https://github.com/Nessex/arbitrary-chunks" categories = ["data-structures","algorithms"] keywords = ["iterator","chunk"] documentation = "https://docs.rs/arbitrary-chunks/" [dev-dependencies] rayon = "1.6.1"