Registry / utility / upon
library0.10.0rscratesunverified

A simple, powerful template engine with minimal dependencies and configurable delimiters

# Cargo.toml [dependencies] upon = "0.10.0"
INSTALL
IMPORT
SIG · UPON
U
upon
utilityrustv0.10.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.

Engine
use upon::Engine;

Renders a template string with a variable.

use upon::Engine; fn main() { let engine = Engine::new(); let result = engine.render("Hello {{name}}", &[("name", "world")]).unwrap(); println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
upon — cargo add upon · libregistry