Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat everything with Rust 2024 edition | Sven-Hendrik Haase | 2025-03-07 | 1 | -1/+1 |
| | |||||
* | Clean up and modernize rstest usage | Sven-Hendrik Haase | 2025-02-06 | 1 | -20/+15 |
| | | | | We still had some old-style syntax in there. | ||||
* | Reorganize imports to be more consistent | Sven-Hendrik Haase | 2025-01-10 | 1 | -8/+8 |
| | |||||
* | Added tests and small fixes | Silux | 2023-02-25 | 1 | -3/+19 |
| | | | | | | ...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs! | ||||
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -5/+3 |
| | |||||
* | Golf tests a bit | Sven-Hendrik Haase | 2021-09-23 | 1 | -38/+30 |
| | |||||
* | cargo fmt | jikstra | 2021-09-11 | 1 | -1/+3 |
| | |||||
* | Fix tests | jikstra | 2021-09-10 | 1 | -2/+2 |
| | |||||
* | Remove unused imports and files | jikstra | 2021-09-10 | 1 | -4/+0 |
| | |||||
* | Fix tests | jikstra | 2021-09-10 | 1 | -2/+2 |
| | |||||
* | Apply requested changes | jikstra | 2021-09-10 | 1 | -2/+0 |
| | |||||
* | cargo fmt & cargo clippy | jikstra | 2021-09-02 | 1 | -5/+3 |
| | |||||
* | Fix tests | jikstra | 2021-09-02 | 1 | -16/+19 |
| | |||||
* | Implement a raw rendering mode for recursive folder download | jikstra | 2021-09-01 | 1 | -0/+103 |
- Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget |