human-bytesize-procmacro 0.0.0

A procedural macro for parsing and computing human-readable byte sizes with support for various units like KB, KiB, MB, MiB, and more.
Documentation
[dependencies.nom]
version = "7.1.3"

[dependencies.proc-macro2]
version = "1.0.92"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
version = "2.0.94"

[dev-dependencies.trybuild]
version = "1.0.101"

[lib]
name = "human_bytesize_procmacro"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting"]
description = "A procedural macro for parsing and computing human-readable byte sizes with support for various units like KB, KiB, MB, MiB, and more."
edition = "2021"
keywords = ["bytes", "size", "units"]
license = "MIT"
name = "human-bytesize-procmacro"
readme = ".cargo/README.md"
repository = "https://github.com/ventaquil/human-bytesize-procmacro"
rust-version = "1.76.0"
version = "0.0.0"

[[test]]
name = "testcases"
path = "tests/testcases.rs"