Crates.io | gloo-storage |
lib.rs | gloo-storage |
version | 0.3.0 |
source | src |
created_at | 2021-07-28 08:41:47.833275 |
updated_at | 2023-08-11 16:05:58.616341 |
description | Convenience crate for working with local and session storage in browser |
homepage | https://github.com/rustwasm/gloo |
repository | https://github.com/rustwasm/gloo/tree/master/crates/storage |
max_upload_size | |
id | 428224 |
size | 9,962 |
gloo-storage
Built with 🦀🕸 by The Rust and WebAssembly Working Group
This crate provides wrappers for the Web Storage API
The data is stored in JSON form. We use serde
for
serialization and deserialization.