The Wayback Machine - https://web.archive.org/web/20250828224204/https://codeql.github.com/docs/codeql-language-guides/codeql-for-rust/
CodeQL documentation

CodeQL for RustΒΆ

Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Rust code.

  • CodeQL library for Rust: When analyzing Rust code, you can make use of the large collection of classes in the CodeQL library for Rust.

  • Analyzing data flow in Rust: You can use CodeQL to track the flow of data through a Rust program to places where the data is used.