[][src]Crate rwfile

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