[dependencies]
numtoa = "0.0.7"
[dependencies.void]
default-features = false
version = "1"
[features]
default = ["with_std"]
nightly = []
with_std = ["void/std"]
[package]
authors = ["Martin Habovštiak <martin.habovstiak@gmail.com>"]
categories = ["no-std", "rust-patterns", "value-formatting"]
description = "This crate provides faster, more flexible and more correct alternative to core::fmt"
homepage = "https://github.com/Kixunil/fast_fmt"
keywords = ["fmt", "fast", "formatting", "Display"]
license = "MITNFA"
name = "fast_fmt"
readme = "README.md"
repository = "https://github.com/Kixunil/fast_fmt"
version = "0.1.3"