htms_core

Crates.iohtms_core
lib.rshtms_core
version0.1.1
created_at2025-08-22 14:46:13.633896+00
updated_at2025-08-22 15:15:47.22336+00
descriptionCore streaming HTML engine - The foundational magic behind progressive content loading without the complexity
homepage
repositoryhttps://github.com/skarab42/htms
max_upload_size
id1806460
size61,245
Sébastien Mischler (skarab42)

documentation

README

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.

Commit count: 38

cargo fmt