rfind 0.2.0

A simple clone of the `find` command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["cargo"]
version = "3.1.12"

[dependencies.regex]
version = "1.5.5"

[package]
authors = ["Kappa <f.cappetti.05@gmail.com>"]
description = "A simple clone of the `find` command"
edition = "2021"
license = "MIT"
name = "rfind"
readme = "README.md"
repository = "https://github.com/kappq/rfind"
resolver = "2"
version = "0.2.0"