[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0"
[lib]
name = "ffi_struct_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["0xAA55 <838816058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate is a supporting library for the `ffi_struct` crate. It provides the proc macro `FFIStruct` which is used in conjunction with the `ffi_struct_trait` crate to provide an easy way to make a struct iterable in Rust and better than `struct_iterable` since you could have more detailed manipulation to the paddings."
edition = "2024"
keywords = ["FFI", "struct", "API", "padding", "reflection"]
license-file = "LICENSE"
name = "ffi_struct_derive"
readme = "Readme.md"
repository = "https://github.com/0xAA55/ffi_struct_derive"
version = "0.3.1"