-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
A-ffiFFI related proposals.FFI related proposals.A-linkageProposals relating to the linking step.Proposals relating to the linking step.T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.
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.
kennytm, mateiz, dbrgn, kornelski, ovalseven8 and 44 more
Metadata
Metadata
Assignees
Labels
A-ffiFFI related proposals.FFI related proposals.A-linkageProposals relating to the linking step.Proposals relating to the linking step.T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.