# Changelog for `dirscent` ## [Unreleased] ## [0.1.0], 2024-03-23 ### Added * `Error` — `std::io::Error` with the path that caused it. * `DirEntry` — entries returned by the `Dirscent` iterator. * `Dirscent` — iterator over the entries of a directory, and, recursively, over the entries of all subdirectories. * `dirscent()` — convenience wrapper. `use dirscent::dirscent;` and go! * Bench, example & stuff. [Unreleased]: https://codeberg.org/xmyst/dirscent [0.1.0]: https://codeberg.org/xmyst/dirscent/commits/tag/v0.1.0