Modules
Functions
- Try to deserialize [T] from the file at the given path.
- Serialize the content and write it to the file at the given path.
Derive Macros
- The
ReadEnummacro generates aFromReaderimplementation for enums. - The
ReadStructderive macro generates aFromReaderimplementation for structs. - The
WriteEnumderive macro generates aSerializeIoimplementation for enums. - The
WriteStructderive macro generates aSerializeIoimplementation for structs.