| Crates.io | ffi_struct_trait |
| lib.rs | ffi_struct_trait |
| version | 0.3.0 |
| created_at | 2025-10-27 09:38:53.965454+00 |
| updated_at | 2025-10-28 05:10:00.588886+00 |
| description | The trait bounds for `ffi_struct` |
| homepage | |
| repository | https://github.com/0xAA55/ffi_struct_trait |
| max_upload_size | |
| id | 1902518 |
| size | 29,146 |
This crate is a supporting library for the ffi_struct crate. It provides the FFIStruct trait which is used in conjunction with the ffi_struct_derive 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, please use the ffi_struct crate instead.
Please visit the ffi_struct crate on crates.io for more information and usage examples.