https://github.com/jayvdb/lets_find_up
Find a file or directory by walking up parent directories
https://github.com/jayvdb/lets_find_up
Last synced: 10 months ago
JSON representation
Find a file or directory by walking up parent directories
- Host: GitHub
- URL: https://github.com/jayvdb/lets_find_up
- Owner: jayvdb
- License: mit
- Created: 2022-01-09T12:38:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:41:08.000Z (over 1 year ago)
- Last Synced: 2025-09-29T21:13:12.257Z (10 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lets find up
Find a file or directory by walking up parent directories.
Has no dependencies other than `std`.
- [examples](./tests/basic.rs)
- [docs](https://docs.rs/lets_find_up/latest/lets_find_up/)