|
You are here |
gist.github.com | ||
| | | | |
poignardazur.github.io
|
|
| | | | | [Note - This is republishing of an article that was previous posted on github gist, and advertised on reddit in January 2021.] | |
| | | | |
thume.ca
|
|
| | | | | [AI summary] This blog post by Tristan Hume details his experience writing a compiler for a course project using Rust. He discusses various aspects of the project including the use of Rust's powerful enums and pattern matching, handling variable and type resolution, reference counting with Rc, code generation for x86 assembly, and the use of usercorn to run Linux binaries on macOS. The post also reflects on the challenges and benefits of using Rust for such a project, comparing it with other languages and design decisions. | |
| | | | |
developerlife.com
|
|
| | | | | Procedural macros are a way for you to extend the Rust compiler and provide plugins that you can use to extend the language. They allow you to reduce the need to write manual boilerplate code, and even allow you to create your own DSL (domain specific language). This article goes into the details of creating the 3 kinds of procedural macros in Rust. | |
| | | | |
docs.rs
|
|
| | | API documentation for the Rust `hyper` crate. | ||