Skip to content

Mahdrentys/wasm-cookies-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.