Module write

Module write 

Source
Expand description

Generic writing tools used across modules

Structs§

BufferWriter
Buffer writer is used on smaller datasets that are easy to write in memory. Faster then the Filesystem
FileWriterstd
A writer that operates on the filesystem

Traits§

Writer
The defacto interface for all writers.