#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

#1272 in WebAssembly

Download history 183/week @ 2024-11-15 209/week @ 2024-11-22 252/week @ 2024-11-29 308/week @ 2024-12-06 234/week @ 2024-12-13 101/week @ 2024-12-20 141/week @ 2024-12-27 339/week @ 2025-01-03 226/week @ 2025-01-10 177/week @ 2025-01-17 179/week @ 2025-01-24 245/week @ 2025-01-31 303/week @ 2025-02-07 143/week @ 2025-02-14 255/week @ 2025-02-21 193/week @ 2025-02-28

929 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