Expand description

Raw FArchive tools

Structs

A write archive wrapper that count written bytes
A read archive wrapper for io::Read
A write archive wrapper for io::Write

Traits

A data structure that can be archived (encoded/decoded)
An archive reader or writer trait There is a single trait in order to simplify Archivable impls.