Crates.io | ianaio-storage |
lib.rs | ianaio-storage |
version | 0.1.0 |
source | src |
created_at | 2024-06-08 07:55:34.556357 |
updated_at | 2024-06-08 07:55:34.556357 |
description | Convenience crate for working with local and session storage in browser |
homepage | https://rustwasm.iana.io/storage |
repository | https://github.com/ianaio/storage |
max_upload_size | |
id | 1265562 |
size | 30,172 |
ianaio-storage
Built with 🦀🕸 by The IanaIO 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.