gitextract_endwjj0s/ ├── .ecrc ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── i-want-to-add-a-project-to-the-list.md │ └── workflows/ │ ├── approve.yml │ ├── lint.yml │ └── rust.yml ├── .gitignore ├── .markdownlint.json ├── CONTRIBUTING.md ├── Cargo.toml ├── LICENSE.txt ├── README.md ├── results/ │ └── .gitignore └── src/ ├── bin/ │ ├── cleanup.rs │ └── hacktoberfest.rs └── main.rs