[package]
edition = "2024"
name = "prettier-bytes"
version = "0.2.0"
authors = ["Cody Wyatt Neiman (xangelix) <neiman@cody.to>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly fast and safe, zero-allocation, `no_std`-compatible byte formatter."
documentation = "https://docs.rs/prettier-bytes"
readme = "README.md"
keywords = [
"bytes",
"filesize",
"human-readable",
"zero-alloc",
"format",
]
categories = [
"value-formatting",
"no-std::no-alloc",
"no-std",
"embedded",
"text-processing",
]
license = "MIT"
repository = "https://github.com/Xangelix/prettier-bytes"
[features]
default = ["defmt"]
[lib]
name = "prettier_bytes"
path = "src/lib.rs"
[dependencies.defmt]
version = "1"
optional = true