Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joachimschmidt557/zig-walkdir
Provides functions for walking directories recursively
https://github.com/joachimschmidt557/zig-walkdir
zig zig-package
Last synced: 9 days ago
JSON representation
Provides functions for walking directories recursively
- Host: GitHub
- URL: https://github.com/joachimschmidt557/zig-walkdir
- Owner: joachimschmidt557
- License: mit
- Created: 2019-06-26T07:40:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T06:48:13.000Z (about 1 month ago)
- Last Synced: 2025-01-04T07:33:14.504Z (about 1 month ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-walkdir
A zig package providing functions for recursively traversing directories.
Works with zig 0.13.0.## Todo
- [x] Breadth-first search
- [x] Depth-first search
- [ ] Tests
- [ ] Following symlinks
- [ ] Correct error handling