quad-storage-sys 0.1.0

Simple local storage API using Web Storage API in WASM. This only works on wasm. For a higher level API use quad-storage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "quad-storage-sys"
version = "0.1.0"
edition = "2018"
authors = ["Ilya Sheprut <optozorax@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/optozorax/quad-storage"
repository = "https://github.com/optozorax/quad-storage"
description = """
Simple local storage API using Web Storage API in WASM.

This only works on wasm. For a higher level API use quad-storage.
"""

[dependencies]
sapp-jsutils = "0.1.5"