All Projects → botika → Yarte

botika / Yarte

Licence: other
Yarte stands for Yet Another Rust Template Engine

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Yarte

Mikado
Mikado is the webs fastest template library for building user interfaces.
Stars: ✭ 323 (+70.9%)
Mutual labels:  template-engine, handlebars
Handlebars.net
A real .NET Handlebars engine
Stars: ✭ 723 (+282.54%)
Mutual labels:  template-engine, handlebars
Squirrelly
Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
Stars: ✭ 359 (+89.95%)
Mutual labels:  template-engine, handlebars
velvet
A sweet velvety templating package
Stars: ✭ 72 (-61.9%)
Mutual labels:  template-engine, handlebars
Twital
Twital is a "plugin" for Twig that adds some sugar syntax, which makes its templates similar to PHPTal or VueJS.
Stars: ✭ 116 (-38.62%)
Mutual labels:  html5, template-engine
J2html
Java to HTML generator. Enjoy typesafe HTML generation.
Stars: ✭ 604 (+219.58%)
Mutual labels:  html5, template-engine
Handlebars Rust
Rust templating with Handlebars
Stars: ✭ 632 (+234.39%)
Mutual labels:  template-engine, handlebars
Book
The Rust and WebAssembly Book
Stars: ✭ 1,021 (+440.21%)
Mutual labels:  wasm, handlebars
Emerald
HTML5 templating engine for Nimrod
Stars: ✭ 91 (-51.85%)
Mutual labels:  html5, template-engine
Handlebars.java
Logic-less and semantic Mustache templates with Java
Stars: ✭ 1,204 (+537.04%)
Mutual labels:  template-engine, handlebars
Skia Wasm Port
Port of the Skia drawing library to wasm, for use in javascript (node & browser)
Stars: ✭ 131 (-30.69%)
Mutual labels:  wasm, html5
Handlebars Iron
Handlebars middleware for Iron web framework
Stars: ✭ 119 (-37.04%)
Mutual labels:  template-engine, handlebars
Aeromock
Lightweight mock web application server
Stars: ✭ 152 (-19.58%)
Mutual labels:  template-engine, handlebars
Haxegon
A haxe programming library for beginners. Powered by OpenFL and Starling.
Stars: ✭ 182 (-3.7%)
Mutual labels:  html5
Uno.playground
Source code for the Uno Gallery apps and Uno Playground (made in Wasm)
Stars: ✭ 184 (-2.65%)
Mutual labels:  wasm
Gotemplatebenchmark
comparing the performance of different template engines
Stars: ✭ 180 (-4.76%)
Mutual labels:  template-engine
Quasar
An experimental rust-to-{wasm,asmjs} frontend framework.
Stars: ✭ 180 (-4.76%)
Mutual labels:  wasm
Spellbook Of Modern Webdev
A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
Stars: ✭ 13,450 (+7016.4%)
Mutual labels:  html5
Wasm Pack Plugin
webpack plugin for Rust
Stars: ✭ 184 (-2.65%)
Mutual labels:  wasm
Oshmi
SCADA HMI for substations and automation applications.
Stars: ✭ 180 (-4.76%)
Mutual labels:  html5

Should we start to worry?

bytes-buf feature can produce SIGILL.

avx and sse flags are in almost all cpus of x86 and x86_64 architectures.

More details in https://github.com/botika/v_escape/issues/54.

Satan has been slaughtered and sent to heaven. Should we start to worry?

Disclaimer

All structures and functions in this crate -- even those based on the real crates -- are entirely fictional. All celebrity codes are impersonated...poorly. The following program contains coarse language and due to its content it should not be used by anyone.

Yet Another Rust Template Engine

Yarte Latest version Build Status

Yarte stands for Yet Another Rust 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.

Features

  • Almost all Rust expressions are valid
  • Meta programming system with almost all Rust expressions, conditionals, loops, modules and partial recursion
  • Low level, SIMD and zero copy runtime
  • A fancy-text debug mode to visualize the code generated by Yarte
  • Emit snipped annotations at error
  • Improved daily and has full coverage (without stupid bugs that take months or years to fix)

Is it really fast?

See it for yourself in the TechEmpower benchmarks with actix and ntex

Documentation

In order to fully understand Yarte's capabilities take a look at the following documentation:

Acknowledgment

Yarte is based on all previous templates engines, syntax as well as its documentation is highly influenced by Handlebars. Logo adapted from Creative Commons images

Contributing

Please, contribute to Yarte! The more the better! Feel free to open an issue and/or contacting directly with the owner for any request or suggestion.

I want to move these yarte,v_escape, v_eval andbuf-min to a team with me as a member. If someone wants to participate in this team, open an issue

Code of conduct

This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4

License

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].