#cookies #cookie #wasm #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

#495 in WebAssembly

Download history 208/week @ 2022-12-07 337/week @ 2022-12-14 160/week @ 2022-12-21 181/week @ 2022-12-28 269/week @ 2023-01-04 355/week @ 2023-01-11 340/week @ 2023-01-18 316/week @ 2023-01-25 356/week @ 2023-02-01 281/week @ 2023-02-08 246/week @ 2023-02-15 302/week @ 2023-02-22 353/week @ 2023-03-01 404/week @ 2023-03-08 363/week @ 2023-03-15 471/week @ 2023-03-22

1,669 downloads per month
Used in sycamore_toast

MIT license

19KB
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.2MB
~43K SLoC