search_dir 0.1.2

A Rust library for finding the first matching item in a directory.
Documentation
[dependencies.async-recursion]
version = "1.0.0"

[dependencies.async-std]
version = "1.12.0"

[dependencies.futures]
version = "0.3.21"
[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_chacha]
version = "0.3.1"

[package]
authors = ["Natan"]
categories = ["algorithms", "filesystem"]
description = "A Rust library for finding the first matching item in a directory."
edition = "2021"
keywords = ["search", "directory", "find", "folder", "files"]
license = "Apache-2.0"
license-file = "LICENCE"
name = "search_dir"
readme = "README.md"
repository = "https://github.com/NatanFreeman/search_dir"
resolver = "2"
version = "0.1.2"