scan-lib 0.1.1

A directory searcher library for rust
Documentation
  • Coverage
  • 27.27%
    3 out of 11 items documented0 out of 7 items with examples
  • Size
  • Source code size: 15.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 477.81 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Nightmare9801/scan-lib
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Nightmare9801

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.