capacity_builder 0.1.3

Builders where the code to calculate the capacity is the same as the code to write what's being built.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.itoa]
version = "1.0.14"

[dev-dependencies.divan]
version = "0.1.17"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Builders where the code to calculate the capacity is the same as the code to write what's being built."
edition = "2021"
license = "MIT"
name = "capacity_builder"
readme = "README.md"
repository = "https://github.com/dsherret/capacity_builder"
version = "0.1.3"