adds array_chunks back, after it was taken from us
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "array_chunks"
version = "1.0.0"
edition = "2021"
description = "adds array_chunks back in"
authors = ["bend-n <[email protected]>"]
license = "MIT"
repository = "https://github.com/bend-n/atools"
keywords = ["array"]
categories = ["no-std"]
rust-version = "1.88.0"

[features]
unstable = []