Structs§
- Fixed
Length File Mocker - The mocker struct for fixed-length files (.flf).
- Fixed
Length File Mocker Builder - A helper struct for building an instance of a
FixedLengthFileMockerstruct.
Statics§
- MIN_
NUM_ ROWS_ FOR_ MULTITHREADING - If the user only wants to generate a small amount of mocked .flf rows then multithreading is not a stuiable choice and probably only introduces extra overhead. This variable specifies the minimum number of rows to be mocked to allow enabling multithreading.
Traits§
- Mocker
- Unified trait for all types of file mockers.