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
Is there any chance this kind of library be available for stable rust? It's ugly to use nightly just for adding USDT.
I don't know how this works internally to figure out way on my own. But maybe we can use some attributes like link_section for markers (or is it unstable too?). Or just use a piece of C code for embedding asm instead of using feature(asm) ?