hifmt 0.2.1

Format output without Rust code segment in binary to reduce the ultimate binary size
Documentation
[[bin]]
name = "example"
path = "src/example.rs"

[dependencies.hifmt-macros]
version = "0.3.0"

[features]
nolibc = []

[lib]
name = "hifmt"
path = "src/lib.rs"

[package]
authors = ["Han Tingjun <hantingjun@huawei.com>", "Yijun Yu <yijun.yu@huawei.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Format output without Rust code segment in binary to reduce the ultimate binary size"
edition = "2021"
keywords = ["fmt", "no-std", "binary-size", "embedded"]
license = "MIT OR Apache-2.0"
name = "hifmt"
readme = "README.md"
repository = "https://gitcode.com/xuanwu/hifmt"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true