bindgen automatically generates Rust FFI bindings to C and C++ libraries. For example, given the C header cool.h : typedef struct CoolStruct { int x; int y; } ...
確定! 回上一頁