ffi_struct_derive

Crates.ioffi_struct_derive
lib.rsffi_struct_derive
version0.3.1
created_at2025-10-27 09:40:38.257307+00
updated_at2025-10-28 06:10:08.693316+00
descriptionThis 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.
homepage
repositoryhttps://github.com/0xAA55/ffi_struct_derive
max_upload_size
id1902520
size43,241
0xaa55 (0xAA55)

documentation

README

FFI Struct Derive

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.

Please note: This crate is not intended to be used directly. If you want to make your structs iterable and adjust paddings or alignments, please use the ffi_struct crate instead.

Please visit the ffi_struct crate on crates.io for more information and usage examples.

Commit count: 0

cargo fmt