[dependencies.ffi_struct_derive]
version = "0.3"
[dependencies.ffi_struct_trait]
version = "0.3"
[lib]
name = "ffi_struct"
path = "src/lib.rs"
[package]
authors = ["0xAA55 <838816058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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`."
edition = "2024"
keywords = ["FFI", "struct", "API", "padding", "reflection"]
license-file = "LICENSE"
name = "ffi_struct"
readme = "Readme.md"
repository = "https://github.com/0xAA55/ffi_struct"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = true