[dependencies.arrayvec]
default-features = false
version = "0.7"
[dependencies.itoa]
version = "1.0.10"
[dependencies.ryu]
version = "1.0.17"
[dev-dependencies.paste]
version = "1"
[lib]
name = "to_arraystring"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["value-formatting", "no-std::no-alloc"]
description = "A no-alloc ToString, for bool/integer/float types"
edition = "2021"
keywords = ["arraystring", "formatting", "no-alloc", "optimisation"]
license = "MIT"
name = "to-arraystring"
readme = "README.md"
repository = "https://github.com/GnomedDev/to-arraystring"
rust-version = "1.56"
version = "0.2.1"