An open API service indexing awesome lists of open source software.

https://github.com/devprojectekla/rust_find

My first simple Rust CLI application to find a directory or a file in the system
https://github.com/devprojectekla/rust_find

Last synced: over 1 year ago
JSON representation

My first simple Rust CLI application to find a directory or a file in the system

Awesome Lists containing this project

README

          

This is my first CLI Application in Rust. A usefull and simple way of searching to file or directory in a given source directory. It displays a spinner during the search as well as the different match that occur and sum up the results in the end. It was a way of experimenting multithreading to deal with the spinner and the search.