you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago

Just use str::as_ptr().

Here's an example (disclaimer: I haven't used inline asm in rust before, expect issues): https://godbolt.org/z/sczYGe96f

  • source
  • parent