``braintools.file`` module
===========================

.. currentmodule:: braintools.file 
.. automodule:: braintools.file 

Utilities for loading and saving experiment artifacts, including MATLAB
archives and high-performance MsgPack checkpoints.

.. autosummary::
    :toctree: generated/
    :nosignatures:
    :template: classtemplate.rst

    load_matfile
    msgpack_from_state_dict
    msgpack_to_state_dict
    msgpack_register_serialization
    msgpack_save
    msgpack_load
    AsyncManager
