@@ -306,6 +306,39 @@ and the CodeQL library pack ``codeql/ruby-all`` (`changelog <https://github.com/
306306 rubyzip, Compression library
307307 typhoeus, HTTP client
308308
309+ Rust built-in support
310+ ====================================
311+
312+ Provided by the current versions of the
313+ CodeQL query pack ``codeql/rust-queries `` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/rust/ql/src/CHANGELOG.md >`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/rust/ql/src >`__)
314+ and the CodeQL library pack ``codeql/rust-all `` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/rust/ql/lib/CHANGELOG.md >`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/rust/ql/lib >`__).
315+ All support is experimental.
316+
317+ .. csv-table ::
318+ :header-rows: 1
319+ :class: fullWidthTable
320+ :widths: auto
321+ :align: left
322+
323+ Name, Category
324+ alloc, Standard library
325+ core, Standard library
326+ `digest <https://crates.io/crates/digest >`__, Cryptography library
327+ `futures-executor <https://crates.io/crates/futures-executor >`__, Utility library
328+ `hyper <https://crates.io/crates/hyper >`__, HTTP library
329+ `hyper-util <https://crates.io/crates/hyper-util >`__, HTTP library
330+ `libc <https://crates.io/crates/libc >`__, Utility library
331+ `log <https://crates.io/crates/log >`__, Logging library
332+ `md5 <https://crates.io/crates/md5 >`__, Utility library
333+ `postgres <https://crates.io/crates/postgres >`__, Database
334+ proc_macro, Standard library
335+ `regex <https://crates.io/crates/regex >`__, Utility library
336+ `reqwest <https://crates.io/crates/reqwest >`__, HTTP client
337+ `rusqlite <https://crates.io/crates/rusqlite >`__, Database
338+ std, Standard library
339+ `tokio-postgres <https://crates.io/crates/tokio-postgres >`__, Database
340+ `url <https://crates.io/crates/url >`__, Utility library
341+
309342Swift built-in support
310343================================
311344
0 commit comments