Registry / utility / horrorshow

horrorshow

JSON →
library0.8.9rscratesunverified

A templating library written in Rust macros for generating HTML.

# Cargo.toml [dependencies] horrorshow = "0.8.9"
INSTALL
IMPORT
SIG · HORRORSHOW
H
horrorshow
utilityrustv0.8.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RenderBox
use horrorshow::RenderBox;

Renders a simple HTML template using the horrorshow macro.

use horrorshow::RenderBox; let template = html! { p { "Hello, world!" } }; println!("{}", template.render_box().unwrap());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
horrorshow — cargo add horrorshow · libregistry