axodotdev / axodotdev/axoasset

Support nested directory reads for zip file creation

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.