#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

#1123 in WebAssembly

Download history 234/week @ 2024-12-01 318/week @ 2024-12-08 218/week @ 2024-12-15 73/week @ 2024-12-22 229/week @ 2024-12-29 287/week @ 2025-01-05 228/week @ 2025-01-12 173/week @ 2025-01-19 188/week @ 2025-01-26 272/week @ 2025-02-02 263/week @ 2025-02-09 164/week @ 2025-02-16 261/week @ 2025-02-23 174/week @ 2025-03-02 155/week @ 2025-03-09 155/week @ 2025-03-16

783 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
~48K SLoC