We can use compiler plugin in rust compiler pipeline in order to enhance the grammar.
A simple introduction about using asm in rust.
We analyzed the memory structure of rust in this article through the perspective of llvm ir.
This article simply introduced the mechanism of dynamic dispatch in rust.
Using phantom type when programming can noticeably increase the robustness of the code by transfering the logic checking into type checking.