wafel_api

Function try_load_m64

Source
pub fn try_load_m64(filename: &str) -> Result<(M64Metadata, Vec<Input>), Error>
Expand description

Load an m64 TAS from a file.

Returns an error if:

  • The file doesn’t exist or can’t be read
  • The file is an invalid .m64 file