|
You are here |
jmmv.dev | ||
| | | | |
articles.bchlr.de
|
|
| | | | | [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. | |
| | | | |
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 | |
| | | | |
rust-lang.github.io
|
|
| | | | | This is a set of recommendations on how to design and present APIs for the Rust programming language. | |
| | | | |
veykril.github.io
|
|
| | | [AI summary] This technical article provides a detailed guide on Rust macro fragment specifiers, explaining how each keyword (block, expr, ident, etc.) matches different parts of Rust code. | ||