Recent Posts

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.

A simple method to install WSL on a non-system drive

By default, WSL is installed on the system drive. If there is insufficient space on the system drive, you can install WSL on a non-system drive using the following steps: