#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

#1144 in WebAssembly

Download history 184/week @ 2024-07-20 162/week @ 2024-07-27 251/week @ 2024-08-03 226/week @ 2024-08-10 206/week @ 2024-08-17 244/week @ 2024-08-24 238/week @ 2024-08-31 282/week @ 2024-09-07 148/week @ 2024-09-14 263/week @ 2024-09-21 282/week @ 2024-09-28 266/week @ 2024-10-05 233/week @ 2024-10-12 203/week @ 2024-10-19 214/week @ 2024-10-26 229/week @ 2024-11-02

924 downloads per month
Used in 3 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.6MB
~47K SLoC