ffi_struct 0.3.1

The proc-macro crate for the Rust programming language to create structs with FFI compatibility. Also allows the members of the FFI structs to be iterable for better reflection than the crate `struct_iterable`.
Documentation
[package]
name = "ffi_struct"
version = "0.3.1"
edition = "2024"
authors = ["0xAA55 <838816058@qq.com>"]
readme = "Readme.md"
license-file = "LICENSE"
description = "The proc-macro crate for the Rust programming language to create structs with FFI compatibility. Also allows the members of the FFI structs to be iterable for better reflection than the crate `struct_iterable`."
repository = "https://github.com/0xAA55/ffi_struct"
keywords = ["FFI", "struct", "API", "padding", "reflection"]

[lib]
name = "ffi_struct"
path = "src/lib.rs"

[dependencies]
ffi_struct_derive = { path = "./ffi_struct_derive", version = "0.3" }
ffi_struct_trait = { path = "./ffi_struct_trait", version = "0.3" }

[package.metadata.docs.rs]
all-features = true