Parsing Rust Code Considered Harmful

Parsing Rust Code Considered Harmful Hi everyone ​​​​Welcome to talk ​​​​ ​​​​Entitled Parsing Rust Code Considered Harmful ​​​​ ​​​​Goals: ​​​​ - How can we perform static analysis of Rust code? ​​​​ - The different techniques ​​​​ - The strength and weaknesses of each of them ​​​​ - why parsing should never be considered