mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #149] [MERGED] Rewrite #327
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/149
Author: @bootandy
Created: 6/16/2021
Status: ✅ Merged
Merged: 6/22/2021
Merged by: @bootandy
Base:
master← Head:rewrite📝 Commits (1)
00c7ce8Large refactor. Use rayon, 10X performance boost📊 Changes
14 files changed (+699 additions, -629 deletions)
View changed files
📝
Cargo.lock(+87 -103)📝
Cargo.toml(+1 -3)➕
src/dirwalker.rs(+176 -0)📝
src/display.rs(+48 -40)➕
src/display_node.rs(+46 -0)➕
src/filter.rs(+104 -0)📝
src/main.rs(+29 -57)➕
src/node.rs(+54 -0)📝
src/platform.rs(+6 -6)➕
src/utils.rs(+126 -0)➖
src/utils/mod.rs(+0 -402)📝
tests/test_exact_output.rs(+8 -10)📝
tests/test_flags.rs(+2 -2)📝
tests/tests_symlinks.rs(+12 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.