blitz 0.2.1

High-level APIs for rendering HTML with Blitz
Documentation

Blitz is a modular, embeddable web engine with a native Rust API.

It powers the dioxus-native UI framework.

This crate exists to collect the most important functionality for users together in one place. It does not bring any unique functionality, but rather, it re-exports the relevant crates as modules. The exported crate corresponding to each module is also available in a stand-alone manner, i.e. blitz-dom as blitz::dom.