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 have a procedural macro that outputs code with linkme, the problem is that it requires users of the macro to know about this and add linkme to explicit dependencies.
I'm wondering if it would be possible to add support for custom linkme path (rather than ::linkme) so I can customize it to point to re-exports.
I have a procedural macro that outputs code with
linkme
, the problem is that it requires users of the macro to know about this and addlinkme
to explicit dependencies.I'm wondering if it would be possible to add support for custom
linkme
path (rather than::linkme
) so I can customize it to point to re-exports.Something like this:
#[distributed_slice(BENCHMARKS, linkme = "::other_crate::__private::linkme")]
This would be a big UX improvement for users of my crate.
The text was updated successfully, but these errors were encountered: