Module file_reader

Source
Expand description

Contains traits/implementations for reading a file in a sync or async manner.

Traitsยง

AsyncFileReader
An asynchronous file reader (returns futures)
SyncFileReader
An synchronous file reader