[][src]Module tox_core::state_format

State format – for saving / loading data across restarts.

Currently there's only supported old, custom binary format used by toxcore. At some point it will be deprecated in favour of something better.

After deprecation of the old format there will be a period where it still will be supported. After deprecation period code for handling old format will be moved out of toxcore into a separate library and maintained there.

https://zetok.github.io/tox-spec/#state-format

Modules

old

Old Tox State Format (TSF). Will be deprecated when something better will become available.