/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

ricardomartins.cc
| | lenholgate.com
1.7 parsecs away

Travel
| | [AI summary] A tutorial explaining how to implement object lifetime management and single-threaded locking in Rust using smart pointers and the RAII pattern.
| | www.ralfj.de
2.1 parsecs away

Travel
| |
| | limpet.net
0.7 parsecs away

Travel
| | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.
| | www.abubalay.com
17.5 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.