-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version of rusty-buddy and improve directory handling
Motivate the version change from "1.1.1" to "1.1.2" for the `rusty-buddy` package to incorporate new features or fixes. Replace `WalkDir` with `WalkBuilder` to allow applying standard `.gitignore` rules when listing directories, enhancing performance and usability. Add a function `truncate_to_max_bytes` to ensure that directory listings do not exceed a specified byte limit, preventing potential overflows in processing and improving system stability. Overall, these changes improve the codebase's functionality and maintainability.
- Loading branch information
Christian Stolz
committed
Oct 14, 2024
1 parent
c3bd44c
commit 65c5672
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters