to-arraystring 0.1.0

A no-alloc ToString, for bool/integer/float types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "to-arraystring"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A no-alloc ToString, for bool/integer/float types"
repository = "https://github.com/GnomedDev/to-arraystring"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrayvec = { version = "0.7", default-features = false }
itoa = "1.0.10"
ryu = "1.0.17"

[dev-dependencies]
paste = "1"