find-rs 0.1.3

find-rs is a simple implementation of the find command in Rust
# findrs

A fast, simple implementation of `find` in Rust. It doesn't have all features of `find` but it fills my needs.

```sh
findrs
findrs -n "name"
findrs -a # show hidden
findrs -r # recursive
findrs -i "ignore"
findrs -t [d/f]
```