wildpath 0.1.0

A library to find all filepaths that fit a given pattern
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wildpath"
version = "0.1.0"
edition = "2021"
authors = ["Taylor Matyasz <tjmatyasz@gmail.com>"]
license = "MIT"
description = "A library to find all filepaths that fit a given pattern"
readme = "../README.md"
homepage = "https://github.com/Matyasz/wildpath"
repository = "https://github.com/Matyasz/wildpath"
keywords = ["cli", "ls", "wildcard"]
categories = ["command-line-utilities"]

[dependencies]
regex = "1.10.3"

[dev-dependencies]
rand = "0.8.5"