file-crawler 0.1.0

A fast, concurrent, async and customisable file crawler
docs.rs failed to build file-crawler-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: file-crawler-0.1.5

Custom-File-Crawler - a fast, concurrent, customisable and fully documented file crawler!

Features:

  • fully multithreaded by default (2x - x speedup)
  • Two options:
    • async
    • non-async
  • set maximum traversal depth
  • set file / folder regex
  • lazyness (see lazy evaluation)
  • execution a closure for every file (in the defined scope)
  • having persistent data across closure invocations
  • set start directory)