1
2
3
4
5
6
7
8
9
//! Gloo is a modular toolkit for building fast and reliable libraries and apps
//! with Rust and WebAssembly.

#![deny(missing_docs, missing_debug_implementations)]

// Re-exports of toolkit crates.
pub use gloo_console_timer as console_timer;
pub use gloo_events as events;
pub use gloo_timers as timers;