bulks 0.6.2

Amazing bulks! They are like iterators, but in bulk, and therefore support collection into arrays.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bulks"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amazing bulks! They are like iterators, but in bulk, and therefore support collection into arrays."
readme = "README.md"
keywords = [
    "array",
    "util",
    "iterators",
    "collect",
    "iterate",
]
categories = [
    "rust-patterns",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/sigurd4/bulks"

[features]
alloc = ["array_trait/alloc"]
default = []

[lib]
name = "bulks"
path = "src/lib.rs"

[dependencies.array_trait]
version = "1.1.20"
features = ["length"]
default-features = false

[dependencies.currying]
version = "0.4.0"
features = [
    "8",
    "rcurry",
]
default-features = false

[dependencies.moddef]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.18"