arrayvec-util 0.1.0

Additional utilities for working with ArrayVec and ArrayString that make it more similar to the standard library
Documentation
[[bench]]
harness = false
name = "macro"
path = "benches/macro.rs"

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

[dependencies.arrayvec]
version = "0.7.6"

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

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

[package]
authors = ["Mohammed Jassim Alkarkhi <mohammed@alkarkhi.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Additional utilities for working with ArrayVec and ArrayString that make it more similar to the standard library"
edition = "2024"
keywords = ["arrayvec", "arraystring", "to-array-string", "array-format", "macro"]
license = "MIT OR Apache-2.0"
name = "arrayvec-util"
readme = "README.md"
repository = "https://github.com/alkarkhi/arrayvec-util"
version = "0.1.0"