[lib]
name = "arraypp"
path = "src/lib.rs"
[package]
authors = ["Joker2770"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A `no_std` and no `alloc` library for more efficient array processing."
edition = "2024"
homepage = "https://github.com/Joker2770/arraypp"
keywords = ["array", "array-processing", "no_std"]
license = "GPL-2.0-or-later"
name = "arraypp"
readme = "README.md"
repository = "https://github.com/Joker2770/arraypp"
version = "0.1.0"
[profile.dev]
codegen-units = 1
debug = 2
incremental = false
lto = true
opt-level = 0
[profile.release]
codegen-units = 1
incremental = false
lto = true
opt-level = 3
strip = true