Explore >> Select a destination


You are here

huonw.github.io
| | articles.bchlr.de
1.3 parsecs away

Travel
| | [AI summary] The article discusses challenges and workarounds for upcasting trait objects in Rust, exploring the limitations of dynamic dispatch and potential solutions through vtable structures and custom trait implementations.
| | nora.codes
1.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.
| | www.ncameron.org
2.0 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
| | readrust.net
17.7 parsecs away

Travel
| Read Rust collects and categorises interesting posts related to the Rust programming language. This page lists posts in the Performance category.