Open
Description
In an extern block, C symbols can be imported to Rust. When building Rust library into dylib
, the symbols stay visible and can be used from C. However, when building into newly introduced cdylib
, the imported C symbols are no longer visible. I am not aware of a mechanism to re-export the C symbols.