flapigen-rs
flapigen-rs copied to clipboard
swig type map: normalize type in swig_foreign_types_map
Example:
mod swig_foreign_types_map {
#![swig_foreigner_type = "const struct MapRect *"]
#![swig_rust_type = "*const MapRect"]
}
if in function you use *<SPACE>const MapRect
rust_swig can not find such type.