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

Support std::os::raw variants of libc types. #36

Closed rillian closed 8 years ago

rillian commented 8 years ago

Until the libc crate becomes part of the stable toolchain, it's nice to have these versions work too for situations where external crate dependencies are difficult.

Sean1708 commented 8 years ago

Hi @rillian, thanks for the work! Could you just change this paragraph to reflect the change please? Then it looks good to merge.

rillian commented 8 years ago

Oops, missed that part of the docs. Thanks!

Sean1708 commented 8 years ago

Perfect thanks!