Operations for reading the entries in a directory and walking through a directory tree.
| Kind | Name | Description |
|---|---|---|
| Struct | Entry | An entry in a directory. |
| Struct | Iter | An iterator over the entries in a directory. |
| Name | Description |
|---|---|
| iter | Creates an iterator over the entries in a directory. |
| Name | Description |
|---|---|
| DEFAULT_BUF_SIZE | The default buffer size used for reading directory entries. |