You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering how to export a symbol from a Rust out-of-tree module. For instance, in the C language, there is a macro called EXPORT_SYMBOL. Is there an equivalent or similar mechanism in Rust?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
I am wondering how to export a symbol from a Rust out-of-tree module. For instance, in the C language, there is a macro called EXPORT_SYMBOL. Is there an equivalent or similar mechanism in Rust?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: