seed 0.1.8

A Rust framework for creating web apps, using WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.History.html
//! https://developer.mozilla.org/en-US/docs/Web/API/History
//! https://stackoverflow.com/questions/26475746/how-to-manage-browser-back-and-forward-buttons-when-creating-a-javascript-wi
//! https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onpopstate
//! https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onpopstate
//! https://developer.mozilla.org/en-US/docs/Web/Events/popstate
//! https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.PopStateEvent.html
//! https://developer.mozilla.org/en-US/docs/Web/API/PopStateEvent

use wasm_bindgen::prelude::*;