272
you are viewing a single comment's thread
view the rest of the comments
[-] TadoTheRustacean@programming.dev 1 points 10 months ago

I am hopeless at getting the text_ptr simpler than i64::from_str_radix(&format!("{:p}", my_string)[2..], 16).unwrap(); How can i get it the normal way?

[-] Speiser0@feddit.de 2 points 10 months 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

this post was submitted on 31 Oct 2023
272 points (90.5% liked)

Programmer Humor

19187 readers
1123 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS