pub async fn store_map<P: AsRef<Path>>( map: &Map, path: P ) -> Result<(), MapStoringError>
Writes a map to a TAR file. Overwrites the file if it already exists.