Tag: rustc

Articles tagged with “rustc”

Pretty Printer in Rustc

Pretty printing is a programming technique used to format and display data structures, such as code, data, and configuration files, in a more readable and aesthetically pleasing way. This technique is especially useful during development, as it helps developers easily grasp the hierarchy and structure of code and data.

Rustc Codegen C, part 1

For OSPP 2024, I applied for and was accepted to participate in the project "C codegen backend for rustc". This is an exciting opportunity for me to engage with a community-driven open-source project for the first time.