ffi_struct_trait 0.1.0

The trait bounds for `ffi_struct`
Documentation
  • Coverage
  • 45.45%
    5 out of 11 items documented0 out of 5 items with examples
  • Size
  • Source code size: 28.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.36 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • 0xAA55/ffi_struct_trait
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0xAA55

FFI Struct Trait

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.