wasm-cookies

Crates.iowasm-cookies
lib.rswasm-cookies
version0.2.1
sourcesrc
created_at2020-10-20 20:41:31.133286
updated_at2023-02-11 22:34:57.953146
descriptionAllows to manage cookies in and outside of the browser with Rust and WebAssembly.
homepage
repositoryhttps://github.com/mahdrentys/wasm-cookies-rs
max_upload_size
id303664
size21,828
Mahdrentys (Mahdrentys)

documentation

README

WASM cookies for Rust

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.

Commit count: 33

cargo fmt