getditto / safer_ffi

Write safer FFI code in Rust without polluting it with unsafe code
http://getditto.github.io/safer_ffi
MIT License
925 stars 40 forks source link

Generating header file from build.rs #94

Open dignifiedquire opened 2 years ago

dignifiedquire commented 2 years ago

I would like to generate the headers as part of my build.rs script, but it seems to not pick up the actual content currently, as it just generates the default header file, without my content.