Search code examples
rustheader-filesffi

Automatic tools for processing C header files in Rust?


I have a C header file with various enums and typedefs and structs defined.

Are there any awesome tools out there for turning that into a Rust file?


Solution

  • I never tried it, but there is rust-bindgen...