mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
6 lines
80 B
Rust
6 lines
80 B
Rust
mod base;
|
|
mod generated;
|
|
mod mappings;
|
|
|
|
pub use base::{SourceKind, Translator};
|