[package] name = "to-arraystring" version = "0.2.2" edition = "2021" license = "MIT" rust-version = "1.56" description = "A no-alloc ToString, for bool/integer/float types" repository = "https://github.com/GnomedDev/to-arraystring" categories = ["value-formatting", "no-std::no-alloc"] keywords = ["arraystring", "formatting", "no-alloc", "optimisation"] [dependencies] arrayvec = { version = "0.7", default-features = false } itoa = "1.0.10" ryu = "1.0.17" [dev-dependencies] paste = "1" [features] nonzero_impls = []