axodotdev / axodotdev/axoasset
Support nested directory reads for zip file creation
Open
- Dominant language
- Rust
- Stars
- 28
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
From #38, when the zip file `ReadDir` instance comes along a directory, it currently panics due to a `todo!`. We should fix this sooner than later.
https://crates.io/crates/walkdir is pretty much the standard way of recursively walking a directory.
Contributor guide
Research direction
Start at the zip-file creation path where the ReadDir instance encounters a directory and hits the todo!; inspect how that path currently reads entries. The issue suggests the walkdir crate for recursive traversal. Done means nested directory reads no longer panic during zip creation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100