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) ?