bytecodealliance / bytecodealliance/cap-std
cap-walkdir
未关闭
help wanted
- 主要语言
- Rust
- 星标
- 821
- 派生
- 57
- 平均合并
- 1 小时 16 分钟
- 30 天内合并 PR
- 4
描述
[`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
贡献指南
调研方向
首先查看 cap-std 现有的 Dir API,并将其与 walkdir crate 的递归遍历行为进行比较。确定对于 capability 作用域内的子树遍历而言,采用封装还是移植更合适,然后以一个可用于 Dir 的实用递归 walker 为完成标准,并覆盖相关的遍历行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- operating-systems, security
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100