root/handle: readdir wrappers? #110
Labels
api/handle
Related to the handle API.
api/root
Related to the Root API.
api/rust
Related to the Rust API.
Milestone
Rust's stdlib doesn't provide a way for users to construct a
ReadDir
iterator (norDirEntry
) so if someone wants to implement an iterator over subtrees usinglibpathrs
they would need to manually userustix
and adopt the logic we have for iteration insrc/utils/dir.rs
.I suspect these would be Rust-only helpers since exporting them to C would be quite ugly.
The text was updated successfully, but these errors were encountered: