/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

www.greyblake.com
| | huonw.github.io
2.0 parsecs away

Travel
| | Rust can model properties of aggregate types with certain trait tricks, which makes closures and concurrent APIs interact well.
| | huonw.github.io
2.2 parsecs away

Travel
| | Closures in Rust are powerful and flexible, building on traits, generics and ownership.
| | www.ncameron.org
1.6 parsecs away

Travel
| | One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type
| | www.abubalay.com
15.3 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.