/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nora.codes
| | huonw.github.io
1.4 parsecs away

Travel
| | Exploring Rust's escape hatch for writing low-level code that the powerful type system of Rust cannot guarantee to be safe.
| | ais523.me.uk
1.6 parsecs away

Travel
| |
| | www.integralist.co.uk
1.5 parsecs away

Travel
| | I've been learning Rust recently. This will probably be my third (lazy) attempt to learn the language. The reason I've failed previously is simply because I had no reason to learn it. Other than the memory safety aspects, which I like a lot, I don't actually like the design of the language at all (but that's a conversation for another day). This time around I want to learn the language as it's pertinent to my job.
| | www.abubalay.com
15.4 parsecs away

Travel
| [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions.