axodotdev / axodotdev/axoasset

Support recursive copy of files

Open
#14 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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.