Module lrs::dir

Operations for reading the entries in a directory and walking through a directory tree.

Types

KindNameDescription
Struct Entry

An entry in a directory.

Struct Iter

An iterator over the entries in a directory.

Functions

NameDescription
iter

Creates an iterator over the entries in a directory.

Constants

NameDescription
DEFAULT_BUF_SIZE

The default buffer size used for reading directory entries.