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

Automatically set dylib or staticlib crate attribute. #3

Closed Sean1708 closed 8 years ago

Sean1708 commented 8 years ago

To be called from C the crate must either be a dynamic or static library so it would make sense to automatically set a crate attribute for it. Is this possible?

Sean1708 commented 8 years ago

Possibly closed by fc4dba1a02bbb2373f515d819618fa0aff8fe769, but we might continue the compilation so it might be relevant.