scan-lib

Crates.ioscan-lib
lib.rsscan-lib
version0.1.1
sourcesrc
created_at2024-08-10 17:36:45.479287
updated_at2024-08-10 17:38:58.386975
descriptionA directory searcher library for rust
homepagehttps://github.com/Nightmare9801/scan-lib
repositoryhttps://github.com/Nightmare9801/scan-lib
max_upload_size
id1332571
size15,875
Nightmare (Nightmare9801)

documentation

README

Scan-Lib

Description

It is a library version of the original program, TurboScan.

Installation

To install scan-lib in your project type the following command in the terminal

  cargo add scan-lib

Usage

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");

Contributing

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.

License

scan-lib is licensed under the MIT License. See the LICENSE file for more information.

Commit count: 0

cargo fmt