Open
Description
openedon Sep 8, 2016
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment