up_finder 0.0.5

Find files or directories upward in the directory tree.
Documentation
[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.typed-builder]
version = "0.21.0"

[dev-dependencies.insta]
version = "1.42.2"

[lib]
name = "up_finder"
path = "src/lib.rs"

[package]
authors = ["ityuany <519495771@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Find files or directories upward in the directory tree."
documentation = "https://docs.rs/up_finder"
edition = "2024"
homepage = "https://github.com/ityuany/up_finder"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["find", "search", "find_up"]
license = "MIT"
name = "up_finder"
readme = "README.md"
repository = "https://github.com/ityuany/up_finder"
version = "0.0.5"