Module ext

Module ext 

Source

Traitsยง

LengthDelimitedReadExt
An extension on top of io::Read that reads data with length delimiters that was written using LengthDelimitedWriteExt. This is particularly useful for adding extra data before or after data structures written by FSW games.
LengthDelimitedWriteExt
An extension on top of io::Write that writes data with length delimiters so that it can be read back using LengthDelimitedReadExt. This is particularly useful for adding extra data before or after data structures written by FSW games.