Crates.io | web-local-storage-api |
lib.rs | web-local-storage-api |
version | 0.0.0 |
source | src |
created_at | 2021-10-24 23:53:44.959714 |
updated_at | 2021-10-24 23:53:44.959714 |
description | A pure Rust implementation of the Web LocalStorage API, for use in non-browser contexts |
homepage | https://github.com/richardanaya/web-local-storage-api |
repository | |
max_upload_size | |
id | 470602 |
size | 24,483 |
A Rust implementation of the Web LocalStorage API, for use in non-browser contexts
The Web LocalStorage API provides a simple way for storing string key value pairs for your app. These values will be stored in your operating systemz appropriate configuration location based off your project name.
// Linux: /home/alice/.config/barapp
// Windows: C:\Users\Alice\AppData\Roaming\barapp
// macOS: /Users/Alice/Library/Application Support/barapp
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in web-local-storage-api
by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.