Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunfishcode/dir-view

Views of cap-std's Dir
https://github.com/sunfishcode/dir-view

Last synced: 27 days ago
JSON representation

Views of cap-std's Dir

Awesome Lists containing this project

README

        

# dir-view


crates.io page
docs.rs docs

This providfes [`DirView`] a wrapper around [`cap_std::fs::Dir`] and [`cap_std::fs_utf8::Dir`]
which provides limited views of directories.

Currently the only such view is a readonly view.

[`DirView`]: https://docs.rs/dir-view/latest/dir_view/struct.DirView.html
[`cap_std::fs::Dir`]: https://docs.rs/cap-std/latest/cap_std/fs/struct.Dir.html
[`cap_std::fs_utf8::Dir`]: https://docs.rs/cap-std/latest/cap_std/fs_utf8/struct.Dir.html