Registry / utility / liquid-value

liquid-value

JSON →
library0.19.1rscratesunverified

The liquid templating language for Rust.

# Cargo.toml [dependencies] liquid-value = "0.19.1"
INSTALL
IMPORT
SIG · LIQUID-VALUE
L
liquid-value
utilityrustv0.19.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.

Parser
use liquid::Parser;

Renders a simple Liquid template with a variable.

use liquid::Parser; fn main() { let parser = Parser::new(); let template = parser.parse("Hello {{ name }}!").unwrap(); let output = template.render(&liquid::object!({ "name": "World" })).unwrap(); println!("{}", output); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
liquid-value — cargo add liquid-value · libregistry