[][src]Crate mogwai

Mogwai

Mogwai is library for frontend web development using Rust-to-Wasm compilation. Its goals are simple:

  • provide a declarative approach to creating and managing DOM nodes
  • encapsulate component state and compose components easily
  • explicate DOM updates
  • feel snappy

Learn more

If you're new to Mogwai, check out the introduction module.

Modules

an_introduction

An introduction to the minimal, obvious, graphical web application interface.

builder

A gizmo builder is used to build and wire DOM elements.

component

Elmesque components through model and view message passing.

gizmo

A widget.

prelude

All of Mogwai in one easy place.

txrx

Instant channels.

utils