|
You are here |
nora.codes | ||
| | | | |
huonw.github.io
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
www.integralist.co.uk
|
|
| | | | | 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
|
|
| | | [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. | ||