2 releases

0.1.1 Aug 10, 2024
0.1.0 Aug 10, 2024

#3 in #searcher

Download history 106/week @ 2024-08-04 93/week @ 2024-08-11 5/week @ 2024-08-18 27/week @ 2024-09-15 16/week @ 2024-09-22 35/week @ 2024-09-29 5/week @ 2024-10-06

83 downloads per month

MIT license

10KB
136 lines

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.

No runtime deps