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

`fn func(mut thing: T)` gets turned into `void func(T mut thing)` #40

Closed strega-nil closed 8 years ago

strega-nil commented 8 years ago

instead of void func(T thing).