Sean1708 / rusty-cheddar

A Rust crate for automatically generating C header files from Rust source file.
http://sean1708.github.io/rusty-cheddar/
191 stars 25 forks source link

An opaque struct should be a struct with all private members. #26

Open Sean1708 opened 8 years ago

Sean1708 commented 8 years ago

The current way special cases newtypes which don't have any direct C equivalent. This would be a breaking change.