mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
17 lines
607 B
ReStructuredText
17 lines
607 B
ReStructuredText
|
|
.. _codeql-for-rust:
|
|
|
|
CodeQL for Rust
|
|
=========================
|
|
|
|
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Rust code.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
codeql-library-for-rust
|
|
analyzing-data-flow-in-rust
|
|
|
|
- :doc:`CodeQL library for Rust <codeql-library-for-rust>`: When analyzing Rust code, you can make use of the large collection of classes in the CodeQL library for Rust.
|
|
- :doc:`Analyzing data flow in 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.
|