3 unstable releases
0.2.1 | Feb 11, 2023 |
---|---|
0.2.0 | Dec 22, 2022 |
0.1.0 | Oct 20, 2020 |
#1144 in WebAssembly
924 downloads per month
Used in 3 crates
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