localghost 0.3.0

Ergonomic Rust bindings to the Web platform
Documentation
1
2
3
4
5
6
//! The localghost prelude.

pub use crate::events::EventTarget;
pub use wasm_bindgen;
pub use wasm_bindgen::prelude::*;
pub use wasm_bindgen::UnwrapThrowExt;