Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahdrentys/wasm-cookies-rs
Allows to manage cookies in the browser with Rust and WebAssembly.
https://github.com/mahdrentys/wasm-cookies-rs
cookies crate library rust wasm
Last synced: 3 months ago
JSON representation
Allows to manage cookies in the browser with Rust and WebAssembly.
- Host: GitHub
- URL: https://github.com/mahdrentys/wasm-cookies-rs
- Owner: Mahdrentys
- License: mit
- Created: 2020-10-17T15:41:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T22:33:39.000Z (almost 2 years ago)
- Last Synced: 2024-07-28T22:57:35.582Z (5 months ago)
- Topics: cookies, crate, library, rust, wasm
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://docs.rs/wasm-cookies). 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](CONTRIBUTING.md).