humanbyte-derive 0.2.1

A procedural macro for deriving human readable byte functions
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[features]
default = []
serde = []

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

[package]
authors = ["Louis Thiery <thiery.louis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro for deriving human readable byte functions"
edition = "2021"
keywords = ["byte-size", "utility", "human-readable", "no_std"]
license = "Apache-2.0"
name = "humanbyte-derive"
readme = "README.md"
version = "0.2.1"