Blazingly fast file search library built in Rust 🔥 [Work in progress]
Usage
Please report any problems you encounter when using rust search here: Issues
Add rust_search = "0.1.4" in Cargo.toml.
[]
= "0.1.4
Then, use it in your code:
use Search;
To get all the files with a specific extension in a directory, use:
use Search;
new;
To get all the files in a directory, use:
use Search;
new;
Contributors
Any contributions would be greatly valued as this library is still in its early stages.
- Doccumentation
- Benchmarks
- Implementation guidlines
- Code Improvement