Expand description
This crate provides an abstraction layer for storing and loading data in different environments: File I/O on desktop devices and local storage when running in the browser. The goal behind this crate is to allow for a single initialization-phase configuration, following which the API can be used throughout the application without the concern about the operating environment.