Gloo
A modular toolkit for building fast, reliable Web applications and libraries with Rust and Wasm
Gloo is a toolkit for building web applications and libraries with Rust and Wasm, composed of
modular crates. Gloo crates
include example code, both in their respective example
folders, and commented in their code, as well
as API documentation.
Gloo Crates
Using Gloo
Gloo is a modular toolkit: Each of its crates can either be used via the
umbrella gloo
crate, which re-exports all of them for a stream-lined, holistic
experience, or each crate can be used independently.
Getting Started
Read our Getting Started guide to learn more.