Crates.io | unreferenced_files_lib |
lib.rs | unreferenced_files_lib |
version | 0.1.2 |
source | src |
created_at | 2022-01-26 20:28:48.925555 |
updated_at | 2024-10-14 22:26:50.420668 |
description | A utility for finding unused and unreferenced files. |
homepage | |
repository | https://github.com/DeveloperC286/unreferenced_files |
max_upload_size | |
id | 521836 |
size | 39,713 |
🚧 Archived 🚧 Please use the binary version instead, it should contain all functionality you were going to implement with the library.
A utility for finding unused and unreferenced files.
Provided are a binary and a library. The binary is a standalone CLI tool that wraps the library. See the respective directories for more information on each.
The crate log
is used to provide logging.
The environment variable RUST_LOG
can be used to set the logging level.
See https://crates.io/crates/log for more detailed documentation.
To report an issue or request a new feature use https://github.com/DeveloperC286/clean_git_history/issues.