Skip to main content

Crate htms

Crate htms 

Source
Expand description

§HTMS 💨

Progressive HTML streaming made simple

This is the main HTMS crate that you’ll use in your projects. For complete documentation, examples, and getting started guide:

👉 Go to main HTMS documentation


Write normal HTML and Rust, get lightning-fast progressive loading for free.

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.
Task
Represents an asynchronous task with an identifier and a future.

Traits§

Render
Trait defining rendering logic.

Derive Macros§

Template
Derive Template for a struct to make it renderable with htms.