Crate rwfile

Source
Expand description

A crate which provides Sync multiple reader single writer for a file

Structsยง

FileReader
Read Guard for a file Each read guard has its own file descriptor and its own cursor offset
FileWriter
Write guard for a file
RWFile
A readable and writeable file