Registry / other / yarte-parser

yarte-parser

JSON →
library0.15.2rscratesunverified

Provides the abstract syntax tree, lexer, and parser for the Yarte template engine.

# Cargo.toml [dependencies] yarte_parser = "0.15.2"
INSTALL
IMPORT
SIG · YARTE-PARSER
Y
yarte-parser
otherrustv0.15.2
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 yarte_parser::Parser;

Initialize the Yarte parser

use yarte_parser::Parser; fn main() { let parser = Parser::new(); println!("Yarte parser ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
yarte-parser — cargo add yarte-parser · libregistry