|
You are here |
www.greyblake.com | ||
| | | | |
huonw.github.io
|
|
| | | | | Rust can model properties of aggregate types with certain trait tricks, which makes closures and concurrent APIs interact well. | |
| | | | |
huonw.github.io
|
|
| | | | | Closures in Rust are powerful and flexible, building on traits, generics and ownership. | |
| | | | |
www.ncameron.org
|
|
| | | | | 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
|
|
| | | [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. | ||