arrayvec-util 0.1.0

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


[dependencies]
arrayvec = "0.7.6"

[dev-dependencies]
criterion = "0.6.0"

[[bench]]
name = "trait"
harness = false

[[bench]]
name = "macro"
harness = false