Open Fishrock123 opened 8 years ago
static mut base_path: &'static str = "/"; would probably be better off as a thread-safe Mutex.
static mut base_path: &'static str = "/";
Also, it should be possible to use a Mutex to cache the zip reader and file for zipped bundles.
static mut base_path: &'static str = "/";
would probably be better off as a thread-safe Mutex.Also, it should be possible to use a Mutex to cache the zip reader and file for zipped bundles.