Registry / web-framework / build-html

build-html

JSON →
library2.8.0rscratesunverified

Library for basic server-side rendering written in pure Rust.

# Cargo.toml [dependencies] build_html = "2.8.0"
INSTALL
IMPORT
SIG · BUILD-HTML
B
build-html
web-frameworkrustv2.8.0
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.

Html
✓ use build_html::Html;

Creates a simple HTML document using build_html.

use build_html::Html; fn main() { let html = Html::new().with_body("Hello, world!"); println!("{}", html.to_html_string()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
build-html — cargo add build-html · libregistry