padder 2.0.0

A highly efficient Rust crate for padding data during runtime.
[[bench]]
harness = false
name = "default"
path = "benches/bench_main.rs"

[[bench]]
bench = false
harness = false
name = "enable_unsafe"
path = "benches/bench_main_enable_unsafe.rs"
required-features = ["enable_unsafe"]

[dev-dependencies.criterion]
version = "0.6.0"

[features]
default = []
enable_unsafe = []

[lib]
bench = true
crate-type = ["lib"]
name = "padder"
path = "src/lib.rs"
test = true

[package]
authors = ["Wilhelm Ă…gren <wilhelm@firelink.sh>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A highly efficient Rust crate for padding data during runtime."
edition = "2024"
homepage = "https://github.com/firelink-sh/padder"
include = ["**/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
license = "Apache-2.0 OR MIT"
name = "padder"
readme = "README.md"
repository = "https://github.com/firelink-sh/padder"
version = "2.0.0"