> 🚧 Archived 🚧 > Please use the binary version instead, it should contain all functionality you were going to implement with the library. > * https://github.com/DeveloperC286/unreferenced_files # Unreferenced Files Library [![Documentation](https://docs.rs/unreferenced_files_lib/badge.svg)](https://docs.rs/unreferenced_files_lib) [![crates.io](https://img.shields.io/crates/v/unreferenced_files_lib)](https://crates.io/crates/unreferenced_files_lib) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) 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. ## Content * [Usage](#usage) + [Usage - Logging](#usage-logging) * [Issues/Feature Requests](#issuesfeature-requests) ## Usage ### Usage - Logging 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](https://crates.io/crates/log) for more detailed documentation. ## Issues/Feature Requests To report an issue or request a new feature use [https://github.com/DeveloperC286/clean_git_history/issues](https://github.com/DeveloperC286/clean_git_history/issues).