endify-derive 0.1.2

derive proc-macro for `endify`
Documentation
[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.100"

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

[package]
authors = ["Hannah Fluch"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing", "no-std"]
description = "derive proc-macro for `endify`"
edition = "2024"
keywords = ["endianess", "no-std", "little-endian", "big-endian", "byte"]
license = "MIT"
name = "endify-derive"
readme = "README.md"
repository = "https://github.com/hannahfluch/endify"
resolver = "2"
version = "0.1.2"