Crates.io | wasm-cookies |
lib.rs | wasm-cookies |
version | 0.2.1 |
source | src |
created_at | 2020-10-20 20:41:31.133286 |
updated_at | 2023-02-11 22:34:57.953146 |
description | Allows to manage cookies in and outside of the browser with Rust and WebAssembly. |
homepage | |
repository | https://github.com/mahdrentys/wasm-cookies-rs |
max_upload_size | |
id | 303664 |
size | 21,828 |
Allows to manage cookies in and outside of the browser with Rust and WebAssembly.
This crate use wasm-bindgen
and web-sys
. See the Documentation. But it can also be used without it outside of a browser, and these to dependencies will not be imported if the target is not "wasm32-unknown-unknown".
To contribute, see Contributing.