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 diverging functions. #27

Open Sean1708 opened 8 years ago

Sean1708 commented 8 years ago

This could be done using noreturn, but that isn't yet standard and it probably plays badly with panics.

Sean1708 commented 8 years ago

Seems to be standard in C11.