#session-storage #local-storage #web-storage #api-bindings

gloo-storage

Convenience crate for working with local and session storage in browser

5 unstable releases

0.3.0 Aug 11, 2023
0.2.2 Aug 21, 2022
0.2.1 Apr 13, 2022
0.2.0 Oct 24, 2021
0.1.0 Jul 28, 2021

#1752 in WebAssembly

Download history 44776/week @ 2025-08-11 40303/week @ 2025-08-18 280275/week @ 2025-08-25 319829/week @ 2025-09-01 53649/week @ 2025-09-08 58774/week @ 2025-09-15 70171/week @ 2025-09-22 58449/week @ 2025-09-29 54262/week @ 2025-10-06 52676/week @ 2025-10-13 49263/week @ 2025-10-20 48494/week @ 2025-10-27 54941/week @ 2025-11-03 44844/week @ 2025-11-10 53619/week @ 2025-11-17 33632/week @ 2025-11-24

190,406 downloads per month
Used in 64 crates (20 directly)

MIT/Apache

22KB
300 lines

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.

Dependencies

~7–11MB
~195K SLoC