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