Registry / utility / ramhorns

ramhorns

JSON →
library1.0.1rscratesunverified

Experimental Mustache-like templating engine for Rust.

# Cargo.toml [dependencies] ramhorns = "1.0.1"
INSTALL
IMPORT
SIG · RAMHORNS
R
ramhorns
utilityrustv1.0.1
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.

Template
use ramhorns::Template;

Render a simple Mustache template.

use ramhorns::Template; fn main() { let tpl = Template::new("Hello {{name}}!").unwrap(); let rendered = tpl.render(&{"name": "World"}); println!("{}", rendered); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
ramhorns — cargo add ramhorns · libregistry