Crates.io | yarte_template |
lib.rs | yarte_template |
version | 0.6.1 |
source | src |
created_at | 2020-02-01 07:19:48.836337 |
updated_at | 2020-02-14 21:45:51.868913 |
description | Type-safe, compiled Handlebars |
homepage | |
repository | https://github.com/botika/yarte |
max_upload_size | |
id | 203866 |
size | 2,684 |
All struct and function in this crate -- crate those based on real crate -- are entirely fictional. All celebrity code are impersonated. The following program contains coarse language and due to its content it should not be used by anyone.
Yarte stands for Yet Another Rust Template Engine, is the fastest template engine. Uses a Handlebars-like syntax, well known and intuitive for most developers. Yarte is an optimized, and easy-to-use rust crate, with which developers can create logic around their HTML templates using conditionals, loops, rust code and template composition.
server
for wasm app isomorphic server sidewith-actix-web
, an implementation of actix-web
's trait ResponderSee it for yourself in the benchmarks!
In order to fully understand Yarte's capabilities take a look at the following documentation:
App
traitWe are not looking for anything other than render HTML and text as fast as possible
Yarte is based on all previous templates engines, syntax as well as its documentation is highly influenced by Handlebars. As many ideas as possible used in Yarte are from other repositories.
Comments in the code clarify which ideas are used, and from where.
Please, contribute to Yarte! The more the better! Feel free to to open an issue and/or contacting directly with the owner for any request or suggestion.
This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4
This project exists thanks to all the people who contribute.
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
This project is distributed under the terms of both the Apache License (Version 2.0) and the MIT license, specified in LICENSE-APACHE and LICENSE-MIT respectively.