bytecodealliance / bytecodealliance/cap-std
cap-walkdir
Open
help wanted
- Dominant language
- Rust
- Stars
- 821
- Forks
- 57
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 4
Description
[`walkdir`] is a popular cross platform Rust library for efficiently walking a directory recursively. It'd be interesting to either wrap or port this crate to `cap-std` to allow recursively walking the subtree of a `Dir`.
[`walkdir`]: https://crates.io/crates/walkdir
Contributor guide
Research direction
Start by reviewing cap-std's existing Dir APIs and comparing them with the walkdir crate's recursive traversal behavior. Decide whether wrapping or porting is appropriate for capability-scoped subtree walking, then define completion around a usable recursive walker for Dir with coverage of the relevant traversal behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100