Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rust: Add tracing to supported frameworks.
  • Loading branch information
geoffw0 committed Aug 13, 2026
commit 6d1b15880541a6de66804202b527fb26d4ce0eac
1 change: 1 addition & 0 deletions docs/codeql/reusables/supported-frameworks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ and the CodeQL library pack ``codeql/rust-all`` (`changelog <https://github.com/
`sqlx <https://crates.io/crates/sqlx>`__, Database
`tokio <https://crates.io/crates/tokio>`__, Asynchronous IO
`tokio-postgres <https://crates.io/crates/tokio-postgres>`__, Database
`tracing <https://crates.io/crates/tracing>`__, Logging library
`url <https://crates.io/crates/url>`__, Utility library
`warp <https://crates.io/crates/warp>`__, Web framework

Expand Down
Loading