Expand description
This crate provides wrappers for the Web Storage API
The data is stored in JSON form. We use serde
for
serialization and deserialization.
Modules§
- errors
- All the errors.
Structs§
- Local
Storage - Provides API to deal with
localStorage
- Session
Storage - Provides API to deal with
sessionStorage
Traits§
- Storage
- Trait which provides implementations for managing storage in the browser.
Type Aliases§
- Result
gloo-storage
’sResult