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§
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
Templatefor a struct to make it renderable withhtms.