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: about 1 year ago
JSON representation

Provides functions for walking directories recursively

Awesome Lists containing this project

README

          

# zig-walkdir

A zig package providing functions for recursively traversing directories.
Works with zig 0.14.0.

## Todo

- [x] Breadth-first search
- [x] Depth-first search
- [ ] Tests
- [ ] Following symlinks
- [ ] Correct error handling