[go: up one dir, main page]

Crate tora

source ·

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 ReadEnum macro generates a FromReader implementation for enums.
  • The ReadStruct derive macro generates a FromReader implementation for structs.
  • The WriteEnum derive macro generates a SerializeIo implementation for enums.
  • The WriteStruct derive macro generates a SerializeIo implementation for structs.