axodotdev / axodotdev/axoasset
Support recursive copy of files
- Dominant language
- Rust
- Stars
- 28
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Right now axoasset only supports copying one asset at a time, it would be nice if it supported a recursive option where we could just pass a `origin_folder` and a `dist_folder` and it would copy the files and create the folders
example code used in `fs_extra`: https://docs.rs/fs_extra/latest/src/fs_extra/lib.rs.html#190-223
related https://github.com/axodotdev/oranda/pull/82
Contributor guide
Research direction
Start by inspecting axoasset's existing single-asset copy API, then compare its behavior with the linked fs_extra example. Implement the recursive origin_folder-to-dist_folder behavior, including creating destination folders; done means the requested directory tree and files are copied successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100