gloo-storage

Crates.iogloo-storage
lib.rsgloo-storage
version0.3.0
created_at2021-07-28 08:41:47.833275+00
updated_at2023-08-11 16:05:58.616341+00
descriptionConvenience crate for working with local and session storage in browser
homepagehttps://github.com/rustwasm/gloo
repositoryhttps://github.com/rustwasm/gloo/tree/master/crates/storage
max_upload_size
id428224
size9,962
Elina (ranile)

documentation

README

gloo-storage

Crates.io version Download docs.rs docs

API Docs | Contributing | Chat

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.

Commit count: 384

cargo fmt