Docs.rs
plf-0.1.2
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
plf 0.1.2
A template engine for Rust inspired by Tera/Jinja2/Django
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
array_dimensions.txt
assign_reserved_keywords.txt
block_in_other_tag.txt
component_args_missing_comma.txt
component_body_arg_reserved.txt
component_body_rest_reserved.txt
component_def_in_other_tag.txt
component_default_non_literal_in_array.txt
component_default_non_literal_in_map.txt
component_rest_param_collision.txt
different_end_component_name.txt
duplicate_block.txt
duplicate_block_nested.txt
duplicate_component_argument.txt
duplicate_component_definition.txt
expr_too_complex.txt
extends_in_body.txt
extends_not_first.txt
for_loop_reserved_key.txt
for_loop_reserved_value.txt
kwargs_missing_comma.txt
loop_invalid_field.txt
multiple_extends.txt
multiple_unary_operator.txt
negation_missing_expr.txt
postfix_not_before_subscript.txt
postfix_not_before_ternary.txt
spread_as_value.txt
unary_op_after_tilde.txt
unclosed_tag.txt
unclosed_variable.txt
unexpected_operator.txt
unexpected_token_component_def_args.txt
unexpected_token_expr.txt
unexpected_token_test.txt
unknown_tag.txt
1
2
3
Hello {% extends "a" %}