Crates.io | scan-lib |
lib.rs | scan-lib |
version | 0.1.1 |
source | src |
created_at | 2024-08-10 17:36:45.479287 |
updated_at | 2024-08-10 17:38:58.386975 |
description | A directory searcher library for rust |
homepage | https://github.com/Nightmare9801/scan-lib |
repository | https://github.com/Nightmare9801/scan-lib |
max_upload_size | |
id | 1332571 |
size | 15,875 |
It is a library version of the original program, TurboScan.
To install scan-lib in your project type the following command in the terminal
cargo add scan-lib
To use scan-lib in your project, first, create an object of type DirectorySearcher
let mut searcher = DirectorySearcher::new();
To search for a string in a Directory
let searched_objects = searcher.search("F:", "java");
If you would like to contribute to scan-lib, feel free to fork the repository and submit a pull request. We welcome any improvements or new features that can enhance the tool.
scan-lib is licensed under the MIT License. See the LICENSE
file for more information.