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

C++ headers support #25

Open suhr opened 8 years ago

suhr commented 8 years ago

Support generating C++ headers with generics support.

See also: https://github.com/rust-lang/rfcs/issues/602 https://internals.rust-lang.org/t/better-c-interoperability/2650

This issue is reserved for the future.

Sean1708 commented 8 years ago

Thanks @suhr, I'll keep an eye on this.