| Crates.io | derive_web_storage |
| lib.rs | derive_web_storage |
| version | 1.0.0 |
| created_at | 2025-03-30 14:52:30.750853+00 |
| updated_at | 2025-03-30 14:52:30.750853+00 |
| description | Easily associate Storage values to variables and manage them without manually using the Web Storage API |
| homepage | |
| repository | https://github.com/JorgeRicoVivas/storage_data |
| max_upload_size | |
| id | 1612451 |
| size | 27,455 |
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.