Crate easy_safe

Source

Structs§

LateSaveMapEnv
MapEnv

Functions§

create_or_load_late_save_map_env
creates a new map environment with the specified name that does not save everytime an operation is done on the map the name corresponds to the file saved and loaded in your filesystem If the file is already there it will load from that file
create_or_load_map_env
creates a new map environment with the specified name the name corresponds to the file saved and loaded in your filesystem If the file is already there it will load from that file