Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sunfishcode/dir-view
- Owner: sunfishcode
- License: other
- Created: 2023-01-23T23:49:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T06:09:21.000Z (10 months ago)
- Last Synced: 2024-10-06T02:15:54.097Z (about 1 month ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# dir-view
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