Add support for a export_name attribute to control the name of the symbol that is exported #8735
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-linkage
Area: linking into static, shared libraries and binaries
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Similar to
#[no_mangle]
but allows exporting symbols named a keyword (e.g. @jensnockert tells me that Arduino requires a function calledloop
).(Name is entirely bikeshed-able; I have no connection to
export_name
.)The text was updated successfully, but these errors were encountered: