Script to add Rust specific pretty-printing to the LLDB debugger. With the recent removal of Rust specific pretty printing from CodeLLDB, debugging Rust, especially enums, has become quite painful.
The purpose of this project is to rewrite an existing Python script used for data processing in the Rust programming language. The main goals of this project are as follows: Code Migration: Rewrite ...