Module misc_utils::fs [] [src]

Structs

ReadOptions

Configure behaviour of the file_open_read_with_options function.

WriteOptions

Configure behaviour of the file_open_write function.

Enums

Compression

Specify the compression level used.

FileType

Specify the output filetype.

ProcessingStatus

Result type for parse_jsonl_multi_threaded.

Functions

file_open_read

Create reader for uncompressed or compressed files transparently.

file_open_read_with_options

Create reader for uncompressed or compressed files transparently.

file_open_write

Create writers for plaintext or compressed files.

parse_jsonl_multi_threaded

Create a multi-threaded JSONL parser.