regroup 0.4.1

A crate for regrouping arrays.
Documentation
[features]
alloc = []
arc = ["alloc"]
default = ["depth_3", "std"]
depth_2 = []
depth_3 = ["depth_2"]
depth_4 = ["depth_3"]
depth_5 = ["depth_4"]
depth_6 = ["depth_5"]
depth_7 = ["depth_6"]
primitives = []
rc = ["alloc"]
std = ["alloc", "rc", "arc"]

[package]
authors = ["Zachary S"]
categories = ["data-structures", "no-std"]
description = "A crate for regrouping arrays."
edition = "2021"
keywords = ["transmute", "casting", "array"]
license = "MIT OR Apache-2.0"
name = "regroup"
version = "0.4.1"