Crate motion_lib

Source

Re-exports§

pub use diff;
pub use hash40;

Modules§

mlist

Functions§

open
Attempts to read a MList from a file path
read_stream
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.
save
Attempts to write a MList to a file path
write_stream
Attempts to write a MList into the given writer (requires Seek). Returns nothing if successful, otherwise an Error.