[][src]Module quicksilver::saving

A module to manage cross-platform save data via the gestalt library

Modules

serde

Serde

Enums

Location

Where the data should be written to and read from

SaveError

An error that can occur during a save or load operation

Functions

load

Load some data from the given profile using Serde

load_raw

Load some raw bytes from the given profile

save

Save some arbitrary data to the given location using Serde

save_raw

Save some raw bytes to the given profile