equal-parts 1.0.3

An iterator that splits a collection into approximately equal parts.
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 = "equal-parts"
version = "1.0.3"
authors = [
    "Aidan McHugh <mchughaw@gmail.com>",
    "William Carter",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An iterator that splits a collection into approximately equal parts."
readme = "README.md"
keywords = [
    "iterator",
    "chunk",
    "batch",
    "equal",
    "split",
]
license = "Apache-2.0"
repository = "https://github.com/amchugh/equal-parts"

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

[[example]]
name = "into"
path = "examples/into.rs"

[[example]]
name = "jobs"
path = "examples/jobs.rs"

[[bench]]
name = "equal_parts_benchmarks"
path = "benches/equal_parts_benchmarks.rs"
harness = false

[dependencies]

[dev-dependencies.clap]
version = "4.5.47"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]