htms_core 0.1.1

Core streaming HTML engine - The foundational magic behind progressive content loading without the complexity
Documentation

HTMS Core 🏗️

The foundational magic behind progressive content loading without the complexity

This is the core engine of HTMS. For full documentation, examples, and the complete story, check out the main README:

👉 Go to main HTMS documentation

Modules

  • render : defines the Render trait for composing HTML output.
  • task : defines the Task abstraction for asynchronous units of work.
  • template : parses and rewrites HTML templates.
  • axum (feature = "axum") : adapter for serving HTML streams in Axum.

Part of the HTMS ecosystem — Stream Async HTML, Stay SEO-Friendly.