gitextract_3yon_1_h/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── ci.yml │ └── release.yml ├── .gitignore ├── .gitmodules ├── CARGO-GEIGER-LICENSE ├── CODEOWNERS ├── Cargo.toml ├── GEIGER-LICENSE ├── README.md ├── SIDEROPHILE-LICENSE ├── sample-badness.txt ├── src/ │ ├── callgraph_gen.rs │ ├── lib.rs │ ├── main.rs │ ├── mark_source.rs │ ├── trawl_source/ │ │ ├── ast_walker.rs │ │ └── mod.rs │ └── utils.rs └── tests/ ├── .gitignore ├── crate-uses-rust-toolchain/ │ ├── Cargo.toml │ └── src/ │ └── lib.rs ├── crate-uses-rust-toolchain_expected_badness.txt ├── gif_expected_badness.txt ├── inlining/ │ ├── Cargo.toml │ └── src/ │ └── main.rs ├── inlining_expected_badness.txt ├── librarycrate/ │ ├── Cargo.toml │ └── src/ │ └── lib.rs ├── librarycrate_expected_badness.txt ├── miniz_oxide_c_api_expected_badness.txt ├── run_tests.sh └── suffix_array_expected_badness.txt