#cookies #browser #client

wasm-cookies

Allows to manage cookies in and outside of the browser with Rust and WebAssembly

3 unstable releases

0.2.1 Feb 11, 2023
0.2.0 Dec 22, 2022
0.1.0 Oct 20, 2020

#972 in WebAssembly

Download history 206/week @ 2023-12-14 438/week @ 2023-12-21 150/week @ 2023-12-28 347/week @ 2024-01-04 229/week @ 2024-01-11 326/week @ 2024-01-18 245/week @ 2024-01-25 452/week @ 2024-02-01 299/week @ 2024-02-08 343/week @ 2024-02-15 547/week @ 2024-02-22 426/week @ 2024-02-29 230/week @ 2024-03-07 343/week @ 2024-03-14 360/week @ 2024-03-21 536/week @ 2024-03-28

1,531 downloads per month
Used in 2 crates

MIT license

20KB
341 lines

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.

Dependencies

~0–2.4MB
~45K SLoC