Crate motion_lib

source ·

Re-exports

Modules

Functions

  • Attempts to read a MList from a file path
  • Attempts to read a MList from the given reader (requires Seek). The reader should be positioned at the start of the filetype. Returns a MList if successful, otherwise an Error.
  • Attempts to write a MList to a file path
  • Attempts to write a MList into the given writer (requires Seek). Returns nothing if successful, otherwise an Error.