crystal-lang / crystal_lib

Automatic binding generator for native libraries in Crystal
138 stars 30 forks source link

Use builtin crystal types when generating bindings. #63

Open didactic-drunk opened 4 years ago

didactic-drunk commented 4 years ago

Instead of generating struct stat, can the bindings use LibC::Stat?

I tried opening the issue with libgen. The author suggested I ask here.