ufmt 0.1.2

A (6-40x) smaller, (2-9x) faster and panic-free alternative to `core::fmt`
Documentation
[[test]]
name = "vs-std-write"
required-features = ["std"]
[dependencies.proc-macro-hack]
version = "0.5.11"

[dependencies.ufmt-macros]
version = "0.2.0"

[dependencies.ufmt-write]
version = "0.1.0"

[features]
std = ["ufmt-write/std"]

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "no-std"]
description = "A (6-40x) smaller, (2-9x) faster and panic-free alternative to `core::fmt`"
documentation = "https://docs.rs/ufmt"
edition = "2018"
keywords = ["Debug", "Display", "Write", "format"]
license = "MIT OR Apache-2.0"
name = "ufmt"
readme = "README.md"
repository = "https://github.com/japaric/ufmt"
version = "0.1.2"