prettier-bytes 0.2.0

A blazingly fast and safe, zero-allocation, `no_std`-compatible byte formatter.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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