Closed
Description
Right now, to use autocxx-generated bindings from Rust, you need to refer to:
ffi::cxxbridge::W
for struct Wffi::cxxbridge::X
for struct Xffi::Y
for constant Yffi::defs::Z
for preprocessor symbol Z
(I think).
This all needs tidying up; at least the first two should be aliased so you can refer to them using just ffi::W
; ffi::Z
.
It might be that ffi
also needs to be made changeable in case there are multiple include_cpp
macros in a file.
Metadata
Metadata
Assignees
Labels
No labels