derive_web_storage

Crates.ioderive_web_storage
lib.rsderive_web_storage
version1.0.0
created_at2025-03-30 14:52:30.750853+00
updated_at2025-03-30 14:52:30.750853+00
descriptionEasily associate Storage values to variables and manage them without manually using the Web Storage API
homepage
repositoryhttps://github.com/JorgeRicoVivas/storage_data
max_upload_size
id1612451
size27,455
Jorge Rico Vivas (JorgeRicoVivas)

documentation

README

Refer to the storage_data crate, don't use this crate independently of it.

The storage_data crate allows to easily associate Local/Session storage data through the StorageData struct and to retrieve and set the value without requiring to manually interacting with the Web Storage API, and this crate is made to allow creating a struct where associating multiple StorageData is made much simpler and maintainable.

Commit count: 4

cargo fmt