Closed aminya closed 3 years ago
This header makes it possible to implement https://github.com/atilaneves/dpp/issues/140
The changes from the original header:
struct
typedef struct
CXComment
unsigned
uint
CINDEX_LINKAGE
enum
I added the wrappers based on the rust-bindgen code. I converted the iterators to D ranges.
This header makes it possible to implement https://github.com/atilaneves/dpp/issues/140
The changes from the original header:
struct
instead oftypedef struct
to defineCXComment
unsigned
touint
CINDEX_LINKAGE
macroenum
keyword from the return types as it doesn't need to be specified again when the return type is an enumI added the wrappers based on the rust-bindgen code. I converted the iterators to D ranges.