Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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