/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

spacedimp.com
| | www.abubalay.com
1.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.
| | thomascountz.com
1.4 parsecs away

Travel
| | Checkout Ownership in Rust, Part 1.
| | nora.codes
0.8 parsecs away

Travel
| | [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.
| | everythingfunctional.wordpress.com
12.2 parsecs away

Travel
| The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we...