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
causes distributed_slice to refer to the linkme crate as ::mycrate::linkme. But, I don't see this documented anywhere. I don't quite understand it well enough to write those docs myself :)
The text was updated successfully, but these errors were encountered:
Would definitely appreciate this being documented -- I spent a bit of time trying to find another solution before finding it. My use case was to to wrap linkme declarations with my own macro_rules macro to simplify this for users of an API and to do that you do need to re-write the paths -- I suspect this is a fairly common pattern.
It seems like
causes
distributed_slice
to refer to the linkme crate as::mycrate::linkme
. But, I don't see this documented anywhere. I don't quite understand it well enough to write those docs myself :)The text was updated successfully, but these errors were encountered: