gloo-storage

Crates.iogloo-storage
lib.rsgloo-storage
version0.3.0
sourcesrc
created_at2021-07-28 08:41:47.833275
updated_at2023-08-11 16:05:58.616341
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: 376

cargo fmt