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

arrays should be supported #52

Open fulara opened 7 years ago

fulara commented 7 years ago

When attempting to use cheddar i stumbles across:

cheddar can not handle the type [f64; 3]

I dont really see why this is not supported? Should be convertible easily into double x[3].