Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-07 | Reformat everything with Rust 2024 edition | Sven-Hendrik Haase | 1 | -1/+1 | |
2025-02-06 | Clean up and modernize rstest usage | Sven-Hendrik Haase | 1 | -20/+15 | |
We still had some old-style syntax in there. | |||||
2025-01-10 | Reorganize imports to be more consistent | Sven-Hendrik Haase | 1 | -8/+8 | |
2023-02-25 | Added tests and small fixes | Silux | 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! | |||||
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -5/+3 | |
2021-09-23 | Golf tests a bit | Sven-Hendrik Haase | 1 | -38/+30 | |
2021-09-11 | cargo fmt | jikstra | 1 | -1/+3 | |
2021-09-10 | Fix tests | jikstra | 1 | -2/+2 | |
2021-09-10 | Remove unused imports and files | jikstra | 1 | -4/+0 | |
2021-09-10 | Fix tests | jikstra | 1 | -2/+2 | |
2021-09-10 | Apply requested changes | jikstra | 1 | -2/+0 | |
2021-09-02 | cargo fmt & cargo clippy | jikstra | 1 | -5/+3 | |
2021-09-02 | Fix tests | jikstra | 1 | -16/+19 | |
2021-09-01 | Implement a raw rendering mode for recursive folder download | jikstra | 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 |