gitextract_o4u0r91v/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── Cargo.toml ├── LICENSE.md ├── README.md ├── flake.nix ├── src/ │ ├── link.rs │ ├── main.rs │ └── pretty_print.rs └── tests/ └── cli.rs