Expand description
§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.
Re-exports§
Modules§
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.