gitextract_b4bbl5_5/ ├── .appveyor.bat ├── .appveyor.yml ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .travis.yml ├── Cargo.toml ├── LICENSE ├── README.md ├── rustfmt.toml ├── src/ │ ├── bar.rs │ ├── core.rs │ ├── download.rs │ ├── lib.rs │ ├── main.rs │ └── utils.rs └── tests/ ├── client.rs ├── foo.txt └── server.rs