gitextract_k919d0ul/ ├── .github/ │ └── workflows/ │ └── CICD.yml ├── .gitignore ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── doc/ │ ├── hexyl.1.md │ └── sponsors.md ├── examples/ │ └── simple.rs ├── src/ │ ├── colors.rs │ ├── input.rs │ ├── lib.rs │ ├── main.rs │ └── tests.rs └── tests/ ├── examples/ │ ├── .gitattributes │ ├── ascii │ ├── empty │ └── hello_world_elf64 └── integration_tests.rs