Crate htms_core

Crate htms_core 

Source
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§

pub use render::Render;
pub use task::Task;

Modules§

render
Rendering system for htms.
task
Task system for htms.
template
Template builder for htms.

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.