# 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