collect_exact 0.1.1

Allows zero-cost collection into exact-size arrays and tuples.
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Allows zero-cost collection into exact-size arrays and tuples."
edition = "2024"
license = "MIT"
name = "collect_exact"
readme = "README.md"
repository = "https://github.com/Benjamin-Davies/collect_exact"
version = "0.1.1"

[[test]]
name = "arrays"
path = "tests/arrays.rs"

[[test]]
name = "results"
path = "tests/results.rs"

[[test]]
name = "tuples"
path = "tests/tuples.rs"